diff --git a/composer.json b/composer.json index 0c4e972..e2b0069 100644 --- a/composer.json +++ b/composer.json @@ -17,15 +17,15 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/auth": "^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/notifications": "^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/auth": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/notifications": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "laravel/ui": "^3.0|^4.0" }, "require-dev": { - "phpunit/phpunit": "^9.0|^10.5|^11.5.3", - "orchestra/testbench": "^6.0|^9.5|^10.0" + "phpunit/phpunit": "^9.0|^10.5|^11.5.3|^12.5.12", + "orchestra/testbench": "^6.0|^9.5|^10.0|^11.0" }, "autoload": { "psr-4": {