From a1aa619480bdca1ef4d6d38e65de8bec5847151a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:07:56 +0000 Subject: [PATCH] Bump webonyx/graphql-php from 15.30.2 to 15.34.0 Bumps [webonyx/graphql-php](https://github.com/webonyx/graphql-php) from 15.30.2 to 15.34.0. - [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/v15.30.2...v15.34.0) --- updated-dependencies: - dependency-name: webonyx/graphql-php dependency-version: 15.34.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index 1dbdec4351..d9e44c71cb 100644 --- a/composer.lock +++ b/composer.lock @@ -8868,16 +8868,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.30.2", + "version": "v15.34.0", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "abf6dc5f8b27915bfde26fdda0e92cebfb9aebf5" + "reference": "c72fd0f82e7b992aaf35516ebf860a4729be206f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/abf6dc5f8b27915bfde26fdda0e92cebfb9aebf5", - "reference": "abf6dc5f8b27915bfde26fdda0e92cebfb9aebf5", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/c72fd0f82e7b992aaf35516ebf860a4729be206f", + "reference": "c72fd0f82e7b992aaf35516ebf860a4729be206f", "shasum": "" }, "require": { @@ -8886,18 +8886,18 @@ "php": "^7.4 || ^8" }, "require-dev": { - "amphp/amp": "^2.6", - "amphp/http-server": "^2.1", + "amphp/amp": "^2.6 || ^3", + "amphp/http-server": "^2.1 || ^3", "dms/phpunit-arraysubset-asserts": "dev-master", "ergebnis/composer-normalize": "^2.28", - "friendsofphp/php-cs-fixer": "3.93.1", + "friendsofphp/php-cs-fixer": "3.95.11", "mll-lab/php-cs-fixer-config": "5.13.0", "nyholm/psr7": "^1.5", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "2.1.38", - "phpstan/phpstan-phpunit": "2.0.12", - "phpstan/phpstan-strict-rules": "2.0.8", + "phpstan/phpstan": "2.2.5", + "phpstan/phpstan-phpunit": "2.0.18", + "phpstan/phpstan-strict-rules": "2.0.11", "phpunit/phpunit": "^9.5 || ^10.5.21 || ^11", "psr/http-message": "^1 || ^2", "react/http": "^1.6", @@ -8906,9 +8906,10 @@ "symfony/polyfill-php81": "^1.23", "symfony/var-exporter": "^5 || ^6 || ^7 || ^8", "thecodingmachine/safe": "^1.3 || ^2 || ^3", - "ticketswap/phpstan-error-formatter": "1.2.4" + "ticketswap/phpstan-error-formatter": "1.3.0" }, "suggest": { + "amphp/amp": "To leverage async resolving on AMPHP platform (v3 with AmpFutureAdapter, v2 with AmpPromiseAdapter)", "amphp/http-server": "To leverage async resolving with webserver on AMPHP platform", "psr/http-message": "To use standard GraphQL server", "react/promise": "To leverage async resolving on React PHP platform" @@ -8931,15 +8932,19 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.30.2" + "source": "https://github.com/webonyx/graphql-php/tree/v15.34.0" }, "funding": [ + { + "url": "https://github.com/spawnia", + "type": "github" + }, { "url": "https://opencollective.com/webonyx-graphql-php", "type": "open_collective" } ], - "time": "2026-02-05T16:03:59+00:00" + "time": "2026-07-05T18:03:26+00:00" } ], "packages-dev": [ @@ -12597,5 +12602,5 @@ "platform-dev": { "ext-zip": "*" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }