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" },