diff options
author | ctrlaltca <> | 2012-11-18 17:18:54 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-11-18 17:18:54 +0000 |
commit | cfd546c6b3240bd9d1ef34a9f6201b360fac3261 (patch) | |
tree | 626b0885f54cc5a066e92b3d6b4307756ace09c2 /buildscripts/phing/composer.json | |
parent | 17139224a1f1f2bbdcc1f1a98cb20f60a12bdfab (diff) |
update ping. Part 2: added ping 2.4.12, fixed caller script
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/"] + } +} |