diff --git a/composer.json b/composer.json index 56a0558..a7b4a37 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "keywords": ["laravel", "factory", "model", "testing"], "require": { "php": "^8.1", - "illuminate/support": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0|^12.0", "fakerphp/faker": "^1.9.1" }, "require-dev": { - "orchestra/testbench": "^8.0|^9.0", - "phpunit/phpunit": "^10.5" + "orchestra/testbench": "^8.0|^9.0|^10.0", + "phpunit/phpunit": "^10.5|^11.0|^12.0" }, "autoload": { "psr-4": {