From 1bfcee0988b83dbe69129caa922624ba7672b295 Mon Sep 17 00:00:00 2001 From: Ollie Read Date: Wed, 11 Jun 2014 11:35:50 +0100 Subject: [PATCH] Reversed version bump, unneeded --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 82c2278..642fbf5 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/auth": "~4.2", - "illuminate/console": "~4.2", - "illuminate/database": "~4.2", - "illuminate/filesystem": "~4.2", - "illuminate/support": "~4.2" + "php": ">=5.3.0", + "illuminate/auth": "~4.1", + "illuminate/console": "~4.1", + "illuminate/database": "~4.1", + "illuminate/filesystem": "~4.1", + "illuminate/support": "~4.1" }, "autoload": { "psr-0": {