Skip to content

Commit ffd4818

Browse files
authored
Merge pull request #201 from magento-gl/Hammer_246_PHP82_Fixes
AC-7563::Jenkin build is not executing for PHP8.2, update the latest package webonyx/graphql-php
2 parents 04cae89 + 98baf77 commit ffd4818

File tree

3 files changed

+28
-25
lines changed

3 files changed

+28
-25
lines changed

.github/workflows/php.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16-
- "7.3"
1716
- "7.4"
1817
- "8.0"
1918
- "8.1"

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"AFL-3.0"
77
],
88
"type": "phpcodesniffer-standard",
9-
"version": "29",
9+
"version": "30",
1010
"require": {
11-
"php": ">=7.3",
12-
"webonyx/graphql-php": "^14.9",
11+
"php": ">=7.4",
12+
"webonyx/graphql-php": "^15.0",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",
1515
"phpcompatibility/php-compatibility": "^9.3",

composer.lock

+25-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)