summaryrefslogtreecommitdiff
path: root/buildscripts/phing/composer.json
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-09-11 15:56:48 +0200
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-09-11 15:57:07 +0200
commit3069eaf35e833ffe4a1c1c7829dd7e168ae27420 (patch)
treed0c2e4d934cc34ba7d4232f759923b5a257dcb21 /buildscripts/phing/composer.json
parentb833247ce597ec26159b46c8dfbea7f1e265950b (diff)
Merge up to r3319
Diffstat (limited to 'buildscripts/phing/composer.json')
-rw-r--r--buildscripts/phing/composer.json23
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/"]
- }
-}