blob: 03812c90733cc56a7233049b8a3b0a9f0ce648ef [file] [log] [blame]
{
"name": "apache/log4php",
"description": "A versatile logging framework for PHP",
"keywords": ["log", "logging", "php"],
"homepage": "http://logging.apache.org/log4php/",
"type": "library",
"license": "Apache-2.0",
"support": {
"issues": "https://issues.apache.org/jira/browse/LOG4PHP",
"source": "https://git-wip-us.apache.org/repos/asf/logging-log4php.git",
"email": "log4php-user@logging.apache.org"
},
"autoload": {
"classmap": ["src/main/php/"]
},
"require": {
"php": ">=5.2.7"
},
"require-dev": {
"phpunit/phpunit": "^5"
}
}