Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 3 additions & 3 deletions
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‎

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /