diff --git a/composer.json b/composer.json index f5cdf1a..a4c5e6d 100644 --- a/composer.json +++ b/composer.json @@ -15,15 +15,15 @@ "require": { "php": "^8.1", "ext-json": "*", - "illuminate/support": "^10.0|^11.0|^12.0", - "illuminate/console": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0|^13.0", + "illuminate/console": "^10.0|^11.0|^12.0|^13.0", "guzzlehttp/guzzle": "^6.3|^7.0", "socialiteproviders/manager": "^3.4|^4.0.1", "firebase/php-jwt": "^7.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0", - "laravel/framework": "^10.0|^11.0|^12.0" + "laravel/framework": "^10.0|^11.0|^12.0|^13.0" }, "autoload": { "psr-4": {