diff --git a/composer.json b/composer.json index 86a93e2..213eb3b 100644 --- a/composer.json +++ b/composer.json @@ -15,18 +15,18 @@ ], "require": { "php": ">=5.5.9", - "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", "mrclay/minify": "^2.2" }, "require-dev": { - "graham-campbell/testbench": "^3.1|^4.0", - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.8|^5.0|^6.0" + "graham-campbell/testbench": "^3.1|^4.0|^5.0", + "mockery/mockery": "~1.0", + "phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0" }, "autoload": { "psr-4": {