diff --git a/composer.json b/composer.json index 0a30c74..7fcb65c 100644 --- a/composer.json +++ b/composer.json @@ -24,12 +24,12 @@ } ], "require": { - "php": "^8.0|^8.1|^8.2", + "php": "^8.0|^8.1|^8.2|^8.3", "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.3.3", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.0|^10.0" }, "autoload": { "psr-4": {