From df3ecb2843c109770e9651a62591aa20d668036a Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 9 Dec 2016 12:13:18 +0100 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 48bf7a5..8857232 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "^5.0,<5.4", - "illuminate/console": "^5.0,<5.4", - "illuminate/filesystem": "^5.0,<5.4", + "illuminate/support": "^5.0,<5.5", + "illuminate/console": "^5.0,<5.5", + "illuminate/filesystem": "^5.0,<5.5", "barryvdh/reflection-docblock": "^2.0.4", "symfony/class-loader": "^2.3|^3.0" },