From fd08207291d1e16ca3c13abfc150dccb265b06aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:33:48 +0000 Subject: [PATCH] build(deps): update webonyx/graphql-php requirement || ^15.0.0 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.3.0...v15.18.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 f95a5ff..3a07176 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "php": "^8.2", "amphp/amp": "^2.5", "illuminate/support": "^11.0", - "webonyx/graphql-php": "^14.3.0" + "webonyx/graphql-php": "^14.3.0 || ^15.0.0" }, "require-dev": { "graham-campbell/testbench": "^6.0",