From cf02a21415f346cd8eb5a33c60266b51c3e90623 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 15 Jul 2012 12:13:51 +0200 Subject: Revert "raised the minimum version of PHP to 5.3.4 (closes #3856)" This reverts commit 2dcc44897ef1ceec2721bbf616c4744131340657. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e994d71..17b3e15 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=5.3.4", + "php": ">=5.3.3", "symfony/event-dispatcher": "2.1.*", "symfony/http-foundation": "2.1.*", "symfony/http-kernel": "2.1.*" -- cgit v1.1