diff --git a/composer.json b/composer.json index 4c05f45..6c2c417 100644 --- a/composer.json +++ b/composer.json @@ -11,13 +11,13 @@ "require": { "php": "^8.1|^8.2", "auth0/auth0-php": "^8.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0" + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "symfony/cache" : "^6.4|^7.0" }, "require-dev": { "nunomaduro/collision": "^5.3|^6|^7|^8", "orchestra/testbench": "^6.18|^7|^8", - "phpunit/phpunit": "^9.3|^10|^11", - "symfony/cache" : "^6.4|^7.0" + "phpunit/phpunit": "^9.3|^10|^11" }, "autoload": { "psr-4": {