From c0caed27da520da1bd4854f230fc3df171bc1cda Mon Sep 17 00:00:00 2001 From: Seifane Idouchach Date: Thu, 7 Apr 2022 15:24:57 +0200 Subject: [PATCH 1/3] Add support for laravel 9 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 94e3c01..fe71d6a 100644 --- a/composer.json +++ b/composer.json @@ -20,12 +20,12 @@ "test": "phpunit" }, "require": { - "php": ">=7.2", + "php": ">=7.2|^8", "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", + "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" From 3a5ae39f86e30727514685362c0d6a434689474a Mon Sep 17 00:00:00 2001 From: Seifane Idouchach Date: Thu, 7 Apr 2022 15:51:20 +0200 Subject: [PATCH 2/3] Allow symfony/cache 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe71d6a..bbff70b 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "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", From ecbce77050a59a173747f763fe21146a5bfaffe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=AFfane=20Idouchach?= <98919895+seifane-wise@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:32:48 +0800 Subject: [PATCH 3/3] update composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bbff70b..e2ae2d7 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require": { "php": ">=7.2|^8", - "thecodingmachine/graphqlite": "^5.0", + "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",