From b9789bf1f207d659d48af35d70f923b0a595139b Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Fri, 25 Aug 2023 13:03:04 +0200 Subject: [PATCH] Bump webonyx/graphql-php to v15 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d22181b..ae23020 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpunit/php-code-coverage": "^9.2.27", "phpunit/phpunit": "^9.6.11", "react/promise": "^2.8.0", - "webonyx/graphql-php": "^14.0" + "webonyx/graphql-php": "^15.0" }, "suggest": { "guzzlehttp/promises": "To use with Guzzle promise",