Skip to content

Commit 04cae89

Browse files
authored
Merge pull request #200 from magento-gl/Hammer_246_Scope_22dec2022
AC-7495:Return support of PHP 7 in Magento Coding Standard
2 parents 5a83986 + 192acdd commit 04cae89

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/php.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16+
- "7.3"
17+
- "7.4"
18+
- "8.0"
1619
- "8.1"
1720
dependencies:
1821
- "lowest"

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"AFL-3.0"
77
],
88
"type": "phpcodesniffer-standard",
9-
"version": "28",
9+
"version": "29",
1010
"require": {
11-
"php": "^8.1||^8.2",
11+
"php": ">=7.3",
1212
"webonyx/graphql-php": "^14.9",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",

composer.lock

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

0 commit comments

Comments
 (0)