diff options
Diffstat (limited to 'buildscripts/phing/composer.json')
-rw-r--r-- | buildscripts/phing/composer.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/buildscripts/phing/composer.json b/buildscripts/phing/composer.json deleted file mode 100644 index e9b10fef..00000000 --- a/buildscripts/phing/composer.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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/"] - } -} |