diff --git a/composer.json b/composer.json index 3affcd1..72eb4ed 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "~5.5.0|~5.6.0", - "illuminate/validation": "~5.5.0|~5.6.0" + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0", + "illuminate/validation": "~5.5.0|~5.6.0|~5.7.0" }, "require-dev": { "mockery/mockery": "^0.9.9", - "phpunit/phpunit": "~6.0" + "phpunit/phpunit": "~6.0|~7.0" }, "autoload": { "psr-4": {