Skip to content

Commit 60f31c5

Browse files
committed
AC-7422:Incompatible issues fix for PHP8.2 - webonyx/graphql-php update rollback due to automation test failures
1 parent 7241d6a commit 60f31c5

File tree

4 files changed

+38
-41
lines changed

4 files changed

+38
-41
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"tedivm/jshrink": "^1.4",
8686
"tubalmartin/cssmin": "^4.1",
8787
"web-token/jwt-framework": "^3.1",
88-
"webonyx/graphql-php": "^15",
88+
"webonyx/graphql-php": "^14.0",
8989
"wikimedia/less.php": "^3.2"
9090
},
9191
"require-dev": {
@@ -94,7 +94,7 @@
9494
"dg/bypass-finals": "^1.4",
9595
"friendsofphp/php-cs-fixer": "^3.8",
9696
"lusitanian/oauth": "^0.8",
97-
"magento/magento-coding-standard": "*",
97+
"magento/magento-coding-standard": "29",
9898
"magento/magento2-functional-testing-framework": "^4.0",
9999
"pdepend/pdepend": "^2.10",
100100
"phpmd/phpmd": "^2.12",

composer.lock

Lines changed: 34 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/static/framework/Magento/PhpStan/Formatters/FilteredErrorFormatter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public function formatErrors(AnalysisResult $analysisResult, Output $output): in
6666
return self::NO_ERRORS;
6767
}
6868

69+
// @phpstan-ignore-next-line
6970
$clearedAnalysisResult = new AnalysisResult(
7071
$this->clearIgnoredErrors($analysisResult->getFileSpecificErrors()),
7172
$analysisResult->getNotFileSpecificErrors(),

lib/internal/Magento/Framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"symfony/intl": "^5.4",
5151
"symfony/process": "^5.4",
5252
"tedivm/jshrink": "^1.4",
53-
"webonyx/graphql-php": "^15",
53+
"webonyx/graphql-php": "^14.0",
5454
"wikimedia/less.php": "^3.2"
5555
},
5656
"archive": {

0 commit comments

Comments
 (0)