Skip to content

Commit 9a7e392

Browse files
committed
AC-2841:PHP 7.4 compatibility removal from lib/internal/magento/framework
1 parent e7f8485 commit 9a7e392

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/internal/Magento/Framework/Amqp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"magento/framework": "*",
14-
"php": "~7.4.0||~8.1.0",
14+
"php": "~8.1.0",
1515
"php-amqplib/php-amqplib": "~3.2.0"
1616
},
1717
"autoload": {

lib/internal/Magento/Framework/Bulk/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"magento/framework": "*",
14-
"php": "~7.4.0||~8.1.0"
14+
"php": "~8.1.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

lib/internal/Magento/Framework/MessageQueue/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"magento/framework": "*",
14-
"php": "~7.4.0||~8.1.0"
14+
"php": "~8.1.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

lib/internal/Magento/Framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sort-packages": true
1111
},
1212
"require": {
13-
"php": "~7.4.0||~8.1.0",
13+
"php": "~8.1.0",
1414
"ext-bcmath": "*",
1515
"ext-curl": "*",
1616
"ext-dom": "*",

0 commit comments

Comments
 (0)