xref: /plugin/smtp/vendor/psr/log/composer.json (revision ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8)
1*ee5c0205SAndreas Gohr{
2*ee5c0205SAndreas Gohr    "name": "psr/log",
3*ee5c0205SAndreas Gohr    "description": "Common interface for logging libraries",
4*ee5c0205SAndreas Gohr    "keywords": ["psr", "psr-3", "log"],
5*ee5c0205SAndreas Gohr    "homepage": "https://github.com/php-fig/log",
6*ee5c0205SAndreas Gohr    "license": "MIT",
7*ee5c0205SAndreas Gohr    "authors": [
8*ee5c0205SAndreas Gohr        {
9*ee5c0205SAndreas Gohr            "name": "PHP-FIG",
10*ee5c0205SAndreas Gohr            "homepage": "https://www.php-fig.org/"
11*ee5c0205SAndreas Gohr        }
12*ee5c0205SAndreas Gohr    ],
13*ee5c0205SAndreas Gohr    "require": {
14*ee5c0205SAndreas Gohr        "php": ">=5.3.0"
15*ee5c0205SAndreas Gohr    },
16*ee5c0205SAndreas Gohr    "autoload": {
17*ee5c0205SAndreas Gohr        "psr-4": {
18*ee5c0205SAndreas Gohr            "Psr\\Log\\": "Psr/Log/"
19*ee5c0205SAndreas Gohr        }
20*ee5c0205SAndreas Gohr    },
21*ee5c0205SAndreas Gohr    "extra": {
22*ee5c0205SAndreas Gohr        "branch-alias": {
23*ee5c0205SAndreas Gohr            "dev-master": "1.1.x-dev"
24*ee5c0205SAndreas Gohr        }
25*ee5c0205SAndreas Gohr    }
26*ee5c0205SAndreas Gohr}
27