diff --git a/composer.json b/composer.json index 5c00cd4..0be56ae 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ }, "require": { "php": "^8.0", - "illuminate/support": "^8.24|^9.0|^10.0", - "illuminate/view": "^8.24|^9.0|^10.0" + "illuminate/support": "^8.24|^9.0|^10.0|^11.0", + "illuminate/view": "^8.24|^9.0|^10.0|^11.0" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.0|^8.0", + "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", "nunomaduro/larastan": "^1.0|^2.4", "pestphp/pest": "^1.2|^2.0", "pestphp/pest-plugin-laravel": "^1.0|^2.0",