From e9cbd7e732622946d856a93c88c34f583850d37b Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 4 Jul 2013 14:30:33 +0200 Subject: [PATCH] Allow 4.1 (and future version) --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 90df334..bf957b1 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x", - "illuminate/console": "4.0.x", - "illuminate/filesystem": "4.0.x", + "illuminate/support": "4.x", + "illuminate/console": "4.x", + "illuminate/filesystem": "4.x", "barryvdh/reflection-docblock": ">=2.0.1", - "symfony/class-loader": "2.3.*" + "symfony/class-loader": "~2.3" }, "autoload": { "psr-0": {