diff --git a/composer.json b/composer.json index dc6a07d..5f4699d 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ ], "require": { "php": "^7.2.5|^8.0", - "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0" + "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { - "orchestra/testbench": "^3.6|^5.0|^6.0", - "phpunit/phpunit": "^7.0|^8.0|9.2.*" + "orchestra/testbench": "^3.6|^5.0|^6.0|^7.0", + "phpunit/phpunit": "^7.0|^8.0|9.2.*|^9.5.10" }, "autoload": { "psr-4": { @@ -37,7 +37,6 @@ "scripts": { "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" - }, "config": { "sort-packages": true