Skip to content

Commit 2fac1e9

Browse files
committed
AC-7422:Incompatible issues fix for PHP8.2 - Updated webonyx/graphql-php
1 parent 5895721 commit 2fac1e9

File tree

3 files changed

+35
-31
lines changed

3 files changed

+35
-31
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": "^14.0",
88+
"webonyx/graphql-php": "^15.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": "29",
97+
"magento/magento-coding-standard": "*",
9898
"magento/magento2-functional-testing-framework": "^4.0",
9999
"pdepend/pdepend": "^2.10",
100100
"phpmd/phpmd": "^2.12",

composer.lock

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

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": "^14.0",
53+
"webonyx/graphql-php": "^15.0",
5454
"wikimedia/less.php": "^3.2"
5555
},
5656
"archive": {

0 commit comments

Comments
 (0)