diff --git a/composer.json b/composer.json index 94e3c01..e2ae2d7 100644 --- a/composer.json +++ b/composer.json @@ -20,15 +20,15 @@ "test": "phpunit" }, "require": { - "php": ">=7.2", - "thecodingmachine/graphqlite": "^5.0", - "illuminate/console": "^5.7|^6.0|^7|^8", - "illuminate/container": "^5.7|^6.0|^7|^8", - "illuminate/support": "^5.7|^6.0|^7|^8", - "illuminate/cache": "^5.7|^6.0|^7|^8", + "php": ">=7.2|^8", + "thecodingmachine/graphqlite": "^6.0", + "illuminate/console": "^5.7|^6.0|^7|^8|^9", + "illuminate/container": "^5.7|^6.0|^7|^8|^9", + "illuminate/support": "^5.7|^6.0|^7|^8|^9", + "illuminate/cache": "^5.7|^6.0|^7|^8|^9", "symfony/psr-http-message-bridge": "^1.3.0 || ^2", "laminas/laminas-diactoros": "^2.2.2", - "symfony/cache": "^4.3 || ^5" + "symfony/cache": "^4.3 || ^5 || ^6" }, "require-dev": { "orchestra/testbench": "^3.7.7 || ^4 || ^5",