diff --git a/composer.json b/composer.json index d91d642..297fb70 100644 --- a/composer.json +++ b/composer.json @@ -12,11 +12,10 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/database": "5.0.*", - "illuminate/http": "5.0.*", - "illuminate/support": "5.0.*", - "illuminate/pagination" : "5.0.*" + "illuminate/database": "5.1.*", + "illuminate/http": "5.1.*", + "illuminate/support": "5.1.*", + "illuminate/pagination" : "5.1.*" }, "require-dev": { "phpunit/phpunit": "4.*"