From 6966cd9cfa7fa86d4b39ba4b420980e0d56b7545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Augustin?= Date: Fri, 9 Nov 2012 16:13:31 +0100 Subject: [PATCH] fix #500 update composer.json force phing 2.4.12 Fix composer to use phing 2.4.12 this fix #500 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a979d421..cde561392 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "include-path": ["runtime/lib", "generator/lib"], "require": { "php": ">=5.2.4", - "phing/phing": ">=2.4.12,2.4.*" + "phing/phing": "2.4.12" }, "extra": { "branch-alias": {