blob: f73e3f8c3be1eac7ccb3136974d6b54c0b51248a [file] [log] [blame]
{
"name": "apache/log4php",
"description": "A versatile logging framework for PHP",
"homepage": "http://logging.apache.org/log4php/",
"license": "Apache-2.0",
"support": {
"issues": "https://issues.apache.org/jira/browse/LOG4PHP",
"source": "https://svn.apache.org/repos/asf/logging/log4php",
"email": "log4php-user@logging.apache.org"
},
"autoload": {
"classmap": ["src/main/php/"]
},
"require": {
"php": ">=5.2.7"
}
}