diff --git a/composer.json b/composer.json index b1208e5..9bf2baf 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ "php": "^8.0", "ext-json": "*", "graham-campbell/manager": "^4.3 || ^5.0", - "illuminate/console": "^8.0 || ^9.0 || ^10.0", - "illuminate/notifications": "^8.0 || ^9.0 || ^10.0", + "illuminate/console": "^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/notifications": "^8.0 || ^9.0 || ^10.0 || ^11.0", "overtrue/easy-sms": "^2.4.2" }, "require-dev": { "composer/class-map-generator": "^1.0", "mockery/mockery": "~1.3.3 || ^1.4.2", "nunomaduro/larastan": "^1.0 || ^2.0", - "orchestra/testbench": "^6.0 || ^7.0 || ^8.0", + "orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0", "phpstan/phpstan-mockery": "^1.0", "phpunit/phpunit": "^9.3.3 || ^10.0", "zing/coding-standard": "^6.4 || ^7.0"