Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Commit

Permalink
Added composer.json to tag so it's installable via Composer.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/logging/log4php/tags/2.0.0@1402444 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ihabunek committed Oct 26, 2012
1 parent 96e13f2 commit 5118e14
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
@@ -0,0 +1,19 @@
{
"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://svn.apache.org/repos/asf/logging/log4php",
"email": "log4php-user@logging.apache.org"
},
"autoload": {
"classmap": ["src/main/php/"]
},
"require": {
"php": ">=5.2.7"
}
}

0 comments on commit 5118e14

Please sign in to comment.