diff --git a/composer.json b/composer.json index 240cf0e..a315980 100644 --- a/composer.json +++ b/composer.json @@ -17,16 +17,16 @@ ], "require": { "ext-zip": "*", - "illuminate/support": "^7.0|^8.0|^9.0", - "illuminate/filesystem": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0", + "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0", "thecodingmachine/safe": "^2.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", - "orchestra/testbench": "^5.0|^6.0|^7.0", + "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0", "phpstan/phpstan": "^1.6", "phpunit/phpunit": "^9.3", - "rector/rector": "^0.12", + "rector/rector": "^0.12|^0.15", "thecodingmachine/phpstan-safe-rule": "^1.2" }, "autoload": {