diff --git a/composer.json b/composer.json index 263e40e..5576e7a 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "5.0.*", - "illuminate/config": "5.0.*", - "illuminate/routing": "5.0.*", - "illuminate/session": "5.0.*", + "illuminate/support": ">=5.0.*", + "illuminate/config": ">=5.0.*", + "illuminate/routing": ">=5.0.*", + "illuminate/session": ">=5.0.*", "guzzlehttp/guzzle": "~5.2", "facebook/php-sdk-v4" : "~4.0" },