Skip to content

Commit dd8d2d9

Browse files
committed
MC-40555: Add PHP 7.4 declaration
- Updated composer.json in framwork folders
1 parent e6dfa49 commit dd8d2d9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-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": "~7.1.3||~7.2.0||~7.3.0",
14+
"php": "~7.3.0||~7.4.0",
1515
"php-amqplib/php-amqplib": "~2.7.0||~2.10.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.1.3||~7.2.0||~7.3.0"
14+
"php": "~7.3.0||~7.4.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/svera/Sites/magento2full/magento2ee/lib/internal/Magento/Framework/ForeignKey

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.1.3||~7.2.0||~7.3.0"
14+
"php": "~7.3.0||~7.4.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)