Skip to content

Commit

Permalink
Merge pull request #110 from willdurand/add-composer-file
Browse files Browse the repository at this point in the history
Added composer.json file
  • Loading branch information
mrook committed Apr 5, 2012
2 parents 8331581 + ab55ae0 commit 31349b7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ build/full
build/pear
test/reports
docs/api/docs
vendor
22 changes: 22 additions & 0 deletions composer.json
@@ -0,0 +1,22 @@
{
"name": "phing/phing",
"description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
"keywords": ["build", "tool", "task"],
"homepage": "http://www.phing.info/",
"license": "LGPL3",
"authors": [
{
"name": "Michiel Rook",
"email": "mrook@php.net"
},
{
"name": "Phing Community",
"homepage": "http://www.phing.info/trac/wiki/Development/Contributors"
],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"classmap": ["classes/phing/"]
}
}

0 comments on commit 31349b7

Please sign in to comment.