From 96f606a3986d9ed0b36dfe62baaf1e3479bdb9e9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 26 Oct 2013 15:19:33 -0700 Subject: [PATCH] Change back to 5.4.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fb16d166..121ac11d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "illuminate/support": "4.0.x", "laravelbook/ardent": "2.1.x" },