Skip to content

Commit a1cc99d

Browse files
committed
MC-31797: Remove compatibility with PHP 7.1 and 7.2
1 parent 809f96e commit a1cc99d

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Setup/Console/Command/_files/root/app/code/Magento/A

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Setup/Console/Command/_files/root/app/code/Magento/A/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sort-packages": true
55
},
66
"require": {
7-
"php": "~7.1.3||~7.2.0||~7.3.0",
7+
"php": "~7.3.0||~7.4.0",
88
"magento/framework": "0.1",
99
"magento/module-b": "0.1"
1010
},

0 commit comments

Comments
 (0)