1{
2    "name": "pear/log",
3    "type": "library",
4    "description": "PEAR Logging Framework",
5    "keywords": [
6        "log",
7        "logging"
8    ],
9    "license": "MIT",
10    "require": {
11        "php": ">5.2",
12        "pear/pear_exception": "1.0.0"
13    },
14    "autoload": {
15        "psr-0": {
16            "Log": "./"
17        }
18    },
19    "include-path": [
20        ""
21    ],
22    "authors": [
23        {
24            "name": "Jon Parise",
25            "email": "jon@php.net",
26            "homepage": "http://www.indelible.org",
27            "role": "Developer"
28        }
29    ],
30    "homepage": "http://pear.github.io/Log/",
31    "support": {
32        "issues": "https://github.com/pear/Log/issues",
33        "source": "https://github.com/pear/Log"
34    },
35    "require-dev": {
36        "phpunit/phpunit": "*"
37    },
38    "suggest": {
39        "pear/db": "Install optionally via your project's composer.json"
40    }
41}
42