Skip to content

Commit 7af1aba

Browse files
authored
Merge pull request #2 from magento-trigger/MC-31797
MC-31797: Remove compatibility with PHP 7.1 and 7.2
2 parents a5d8cbb + e0e05e5 commit 7af1aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"AFL-3.0"
88
],
99
"require": {
10-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
10+
"php": "~7.3.0||~7.4.0",
1111
"composer/composer": "^1.9",
1212
"symfony/console": "~4.4.0"
1313
},

0 commit comments

Comments
 (0)