From 03cc70759b2d8d03bd6886d9964eff81a8720bdb Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 15 Sep 2014 17:20:52 +0200 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9a8abcc..8759bbb 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.x", - "illuminate/console": "4.x", - "illuminate/filesystem": "4.x", + "illuminate/support": "4.x|5.0.x", + "illuminate/console": "4.x|5.0.x", + "illuminate/filesystem": "4.x|5.0.x", "phpdocumentor/reflection-docblock": "2.0.x", "symfony/class-loader": "~2.3" },