From b1dedc3ee63c82388311dfc9de28b88e81bb1396 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 3 May 2015 16:00:11 +0200 Subject: [PATCH] 5.1 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f4dd8fe..37e40bc 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "5.0.x", - "illuminate/console": "5.0.x", - "illuminate/filesystem": "5.0.x", + "illuminate/support": "5.0.x|5.1.x", + "illuminate/console": "5.0.x|5.1.x", + "illuminate/filesystem": "5.0.x|5.1.x", "phpdocumentor/reflection-docblock": "2.0.x", "symfony/class-loader": "~2.3" },