diff --git a/composer.json b/composer.json index f6f7c8d..c35bd28 100755 --- a/composer.json +++ b/composer.json @@ -22,17 +22,17 @@ ], "require": { "php": "^8.1 || ^8.2", - "illuminate/bus": "^9.0 || ^10.0", - "illuminate/queue": "^9.0 || ^10.0", - "illuminate/http": "^9.0 || ^10.0", - "illuminate/validation": "^9.0 || ^10.0", + "illuminate/bus": "^10.0 || ^11", + "illuminate/queue": "10.0 || ^11", + "illuminate/http": "10.0 || ^11", + "illuminate/validation": "10.0 || ^11", "theiconic/php-ga-measurement-protocol": "^2.7" }, "require-dev": { "mockery/mockery": "^1.4.4", "nesbot/carbon": "^2.66", - "orchestra/testbench": "^7.0 || ^8.0", - "phpunit/phpunit": "^9.5" + "orchestra/testbench": "^8.0 || ^9.0", + "phpunit/phpunit": "^10.0 || ^11.0" }, "autoload": { "psr-4": {