blob: c00f6bd3b42554dd9791c1f80159b0a815a73417 [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"
}
}