diff options
author | ctrlaltca <> | 2013-01-02 14:42:24 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-02 14:42:24 +0000 |
commit | edf2251aca60a970e822079d23933e5b70b26571 (patch) | |
tree | 366b6688efbb03f20f47268bea57859cea673c70 /buildscripts/phing/composer.json | |
parent | 8e5f2510bd577e15095e46afc7d0ba6808549bf8 (diff) |
backported all related changes up to 3229 to branch/3.2
Diffstat (limited to 'buildscripts/phing/composer.json')
-rw-r--r-- | buildscripts/phing/composer.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/buildscripts/phing/composer.json b/buildscripts/phing/composer.json new file mode 100644 index 00000000..e9b10fef --- /dev/null +++ b/buildscripts/phing/composer.json @@ -0,0 +1,23 @@ +{ + "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/"] + } +} |