diff --git a/composer.json b/composer.json index b3e4d59..5b8f2e5 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ } ], "require": { - "illuminate/http": "^9.0.1|^10.0.0", - "illuminate/routing": "^9.0.1|^10.0.0", - "illuminate/support": "^9.0.1|^10.0.0", + "illuminate/http": "^9.35|^10.5", + "illuminate/routing": "^9.35|^10.5", + "illuminate/support": "^9.35|^10.5", "aws/aws-php-sns-message-validator": "^1.6" }, "autoload": { @@ -42,7 +42,7 @@ }, "require-dev": { "mockery/mockery": "^1.5", - "orchestra/testbench": "^7.0|^8.0", + "orchestra/testbench": "^7.23|^8.1.1", "phpunit/phpunit": "^9.5.26" }, "config": {