From 855fe187cec6a231a14db9d0ee96edb1e9f262e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:49:37 +0000 Subject: [PATCH] Update webonyx/graphql-php requirement from ^14.5 to ^15.5 Updates the requirements on [webonyx/graphql-php](https://github.com/webonyx/graphql-php) to permit the latest version. - [Release notes](https://github.com/webonyx/graphql-php/releases) - [Changelog](https://github.com/webonyx/graphql-php/blob/master/CHANGELOG.md) - [Commits](https://github.com/webonyx/graphql-php/compare/v14.5.0...v15.5.0) --- updated-dependencies: - dependency-name: webonyx/graphql-php dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9d39f51a..2ff6e7f9 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "symfony/http-kernel": "^5.4 || ^6.0", "symfony/options-resolver": "^5.4 || ^6.0", "symfony/property-access": "^5.4 || ^6.0", - "webonyx/graphql-php": "^14.5" + "webonyx/graphql-php": "^15.5" }, "suggest": { "nelmio/cors-bundle": "For more flexibility when using CORS prefight",