diff --git a/composer.json b/composer.json index 20dea32..85edd26 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*" + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" }, "require-dev": { - "mockery/mockery": "~0.9", - "phpunit/phpunit": "5.5.*|6.0.*", - "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*" + "mockery/mockery": "~0.9|~1.0", + "phpunit/phpunit": "5.5.*|6.0.*|7.0.*", + "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" }, "autoload": { "psr-4": {