Skip to content

Commit 9c92a7c

Browse files
committed
AC-13039:: Remove PHP 8.1 from adobe Commerce community edition - CE
1 parent 8d8cba6 commit 9c92a7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "~8.1.0||~8.2.0||~8.3.0",
14+
"php": "~8.2.0||~8.3.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": "~8.1.0||~8.2.0||~8.3.0"
14+
"php": "~8.2.0||~8.3.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": "~8.1.0||~8.2.0||~8.3.0"
14+
"php": "~8.2.0||~8.3.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)