diff --git a/composer.json b/composer.json index 7dbdba9..4ca3db0 100644 --- a/composer.json +++ b/composer.json @@ -36,11 +36,11 @@ "type": "library", "require": { "php": "^8.1", - "illuminate/support": "^9.0" + "illuminate/support": "^9.0|^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.4.4", - "phpunit/phpunit": "^9.5.10" + "phpunit/phpunit": "^9.5.10|^10.0|^11.0" }, "autoload": { "psr-4": {