Skip to content

Commit 4245960

Browse files
committed
Mark module as compatible with PHP 7.4, since phpcompatibility/php-compatibility doesn't find issues with PHP 7.4
1 parent 43096d9 commit 4245960

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0",
14+
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
1515
"magento/framework": "^100.1 || ^101.0 || ^102.0",
1616
"magento/module-backend": "^100.1 || ^101.0",
1717
"magento/module-catalog": "^101.0 || ^102.0 || ^103.0",

composer.lock

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

0 commit comments

Comments
 (0)