diff options
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/"] + } +} |