From a6dbe459cad4f1ecb1adc0f0ad0f6938e2bbd18f Mon Sep 17 00:00:00 2001 From: Ihor Sviziev Date: Thu, 23 Nov 2023 18:00:15 +0200 Subject: [PATCH] Allow installing latest coding standard on Magento 2.4.5 --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7fb04c15..a3871e89 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "version": "32", "require": { "php": "~8.1.0 || ~8.2.0", - "webonyx/graphql-php": "^15.0", + "webonyx/graphql-php": "^14.9|^15.0", "ext-simplexml": "*", "ext-dom": "*", "phpcompatibility/php-compatibility": "^9.3", diff --git a/composer.lock b/composer.lock index 9ab29109..57d885c5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1a1a72f8272e9cd2cb0dd520a56aeea2", + "content-hash": "eb59b21d1d43bc5c92e2460ca6519298", "packages": [ { "name": "dealerdirect/phpcodesniffer-composer-installer",