From 47994b44c36c8219d193dd9d1fe82260538feb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 08:56:03 +0000 Subject: [PATCH] Bump webonyx/graphql-php in /upload/catalog/controller/api/graphql Bumps [webonyx/graphql-php](https://github.com/webonyx/graphql-php) from 0.11.5 to 15.32.3. - [Release notes](https://github.com/webonyx/graphql-php/releases) - [Changelog](https://github.com/webonyx/graphql-php/blob/master/CHANGELOG.md) - [Upgrade guide](https://github.com/webonyx/graphql-php/blob/master/UPGRADE.md) - [Commits](https://github.com/webonyx/graphql-php/compare/v0.11.5...v15.32.3) --- updated-dependencies: - dependency-name: webonyx/graphql-php dependency-version: 15.32.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../controller/api/graphql/composer.json | 2 +- .../controller/api/graphql/composer.lock | 71 ++++++++++++++----- 2 files changed, 53 insertions(+), 20 deletions(-) diff --git a/upload/catalog/controller/api/graphql/composer.json b/upload/catalog/controller/api/graphql/composer.json index 243fbae..6b08715 100644 --- a/upload/catalog/controller/api/graphql/composer.json +++ b/upload/catalog/controller/api/graphql/composer.json @@ -2,7 +2,7 @@ "name": "malsapp/oc-graphql", "description": "OpenCart GraphQL API", "require": { - "webonyx/graphql-php": "^0.11.1", + "webonyx/graphql-php": "^15.32.3", "ralouphie/getallheaders": "^2.0" }, "autoload": { diff --git a/upload/catalog/controller/api/graphql/composer.lock b/upload/catalog/controller/api/graphql/composer.lock index 3cb2c3b..a100583 100644 --- a/upload/catalog/controller/api/graphql/composer.lock +++ b/upload/catalog/controller/api/graphql/composer.lock @@ -1,11 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "94dbe9967d0b5168ec40fa721c4bd857", - "content-hash": "c8515f096985047f37eab4523c32215f", + "content-hash": "3f0e38215e16770eaf2f22653e73ccaf", "packages": [ { "name": "ralouphie/getallheaders", @@ -45,46 +44,65 @@ } ], "description": "A polyfill for getallheaders.", - "time": "2016-02-11 07:05:27" + "time": "2016-02-11T07:05:27+00:00" }, { "name": "webonyx/graphql-php", - "version": "v0.11.5", + "version": "v15.32.3", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "b97cad0f4a50131c85d9224e8e36ebbcf1c6b425" + "reference": "993bf0bea17f870412ad8a90f60c41cb8d5f1145" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/b97cad0f4a50131c85d9224e8e36ebbcf1c6b425", - "reference": "b97cad0f4a50131c85d9224e8e36ebbcf1c6b425", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/993bf0bea17f870412ad8a90f60c41cb8d5f1145", + "reference": "993bf0bea17f870412ad8a90f60c41cb8d5f1145", "shasum": "" }, "require": { + "ext-json": "*", "ext-mbstring": "*", - "php": ">=5.5,<8.0-DEV" + "php": "^7.4 || ^8" }, "require-dev": { - "phpunit/phpunit": "^4.8", - "psr/http-message": "^1.0" + "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.95.1", + "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.51", + "phpstan/phpstan-phpunit": "2.0.16", + "phpstan/phpstan-strict-rules": "2.0.10", + "phpunit/phpunit": "^9.5 || ^10.5.21 || ^11", + "psr/http-message": "^1 || ^2", + "react/http": "^1.6", + "react/promise": "^2.0 || ^3.0", + "rector/rector": "^2.0", + "symfony/polyfill-php81": "^1.23", + "symfony/var-exporter": "^5 || ^6 || ^7 || ^8", + "thecodingmachine/safe": "^1.3 || ^2 || ^3", + "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" }, "type": "library", "autoload": { - "files": [ - "src/deprecated.php" - ], "psr-4": { "GraphQL\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD" + "MIT" ], "description": "A PHP port of GraphQL reference implementation", "homepage": "https://github.com/webonyx/graphql-php", @@ -92,15 +110,30 @@ "api", "graphql" ], - "time": "2017-12-12 09:03:21" + "support": { + "issues": "https://github.com/webonyx/graphql-php/issues", + "source": "https://github.com/webonyx/graphql-php/tree/v15.32.3" + }, + "funding": [ + { + "url": "https://github.com/spawnia", + "type": "github" + }, + { + "url": "https://opencollective.com/webonyx-graphql-php", + "type": "open_collective" + } + ], + "time": "2026-04-24T13:49:35+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [] + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.9.0" }