From 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 11 Sep 2013 15:56:48 +0200 Subject: Merge up to r3319 --- buildscripts/phing/composer.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 buildscripts/phing/composer.json (limited to 'buildscripts/phing/composer.json') 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/"] - } -} -- cgit v1.2.3