Skip to content

Commit d205464

Browse files
committed
AC-2841:PHP 7.4 compatibility removal from the codebase
1 parent 7480624 commit d205464

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/design/adminhtml/Magento/backend/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"php": "~7.4.0||~8.1.0",
8+
"php": "~8.1.0",
99
"magento/framework": "*"
1010
},
1111
"type": "magento2-theme",

app/design/frontend/Magento/blank/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"php": "~7.4.0||~8.1.0",
8+
"php": "~8.1.0",
99
"magento/framework": "*"
1010
},
1111
"type": "magento2-theme",

app/design/frontend/Magento/luma/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"php": "~7.4.0||~8.1.0",
8+
"php": "~8.1.0",
99
"magento/framework": "*",
1010
"magento/theme-frontend-blank": "*"
1111
},

0 commit comments

Comments
 (0)