From be58b89eb4e1c4b9207c20849da520d70c0a4ef5 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 7 Jan 2023 19:18:23 +0100 Subject: [PATCH] chore(deps): require graphql-php v15 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 31019f4..bb19a8f 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "guzzlehttp/promises": "^1.5.0", "phpunit/phpunit": "^9.5.10", "react/promise": "^2.8.0", - "webonyx/graphql-php": "^14.0" + "webonyx/graphql-php": "^15.0" }, "suggest": { "guzzlehttp/promises": "To use with Guzzle promise",