diff --git a/composer.json b/composer.json index 6aa940d..aa088e2 100644 --- a/composer.json +++ b/composer.json @@ -33,15 +33,15 @@ "minimum-stability": "stable", "require": { "php": "^8.2", - "illuminate/support": "^11.0|^12.0", - "illuminate/database": "^11.0|^12.0", - "illuminate/config": "^11.0|^12.0" + "illuminate/support": "^11.0|^12.0|^13.0", + "illuminate/database": "^11.0|^12.0|^13.0", + "illuminate/config": "^11.0|^12.0|^13.0" }, "require-dev": { - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^11.0|^12.5.12", "friendsofphp/php-cs-fixer": "^3.7", - "squizlabs/php_codesniffer": "^3.6", - "orchestra/testbench": "^9.0|^10.0" + "squizlabs/php_codesniffer": "^3.6|^4.0", + "orchestra/testbench": "^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {