Skip to content

Commit ce26664

Browse files
committed
MC-40555: Add PHP 7.4 declaration
1 parent f6acdbd commit ce26664

File tree

19 files changed

+791
-1550
lines changed

19 files changed

+791
-1550
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"lib-libxml": "*",
3737
"braintree/braintree_php": "3.35.0",
3838
"colinmollenhour/cache-backend-file": "~1.4.1",
39-
"colinmollenhour/cache-backend-redis": "1.10.6",
40-
"colinmollenhour/credis": "1.10.0",
39+
"colinmollenhour/cache-backend-redis": "1.11.0",
40+
"colinmollenhour/credis": "1.11.1",
4141
"colinmollenhour/php-redis-session-abstract": "~1.4.0",
4242
"composer/composer": "^1.9",
4343
"elasticsearch/elasticsearch": "~2.0||~5.1||~6.1||~7.6",
@@ -98,7 +98,7 @@
9898
"magento/magento2-functional-testing-framework": "MQE-2501-php74-dev",
9999
"pdepend/pdepend": "~2.7.1",
100100
"phpcompatibility/php-compatibility": "^9.3",
101-
"phpmd/phpmd": "@stable",
101+
"phpmd/phpmd": "^2.8.0",
102102
"phpstan/phpstan": ">=0.12.3 <=0.12.23",
103103
"phpunit/phpunit": "^9",
104104
"sebastian/phpcpd": "~5.0.0",

composer.lock

Lines changed: 768 additions & 1530 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/api-functional/_files/Magento/TestModuleIntegrationFromConfig/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.1.3||~7.2.0||~7.3.0",
8+
"php": "~7.3.0||~7.4.0",
99
"magento/framework": "*",
1010
"magento/module-integration": "*"
1111
},

dev/tests/api-functional/_files/Magento/TestModuleJoinDirectives/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.1.3||~7.2.0||~7.3.0",
8+
"php": "~7.3.0||~7.4.0",
99
"magento/framework": "*",
1010
"magento/module-sales": "*"
1111
},

dev/tests/integration/_files/Magento/TestModuleCspConfig/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.1.3||~7.2.0||~7.3.0",
8+
"php": "~7.3.0||~7.4.0",
99
"magento/framework": "*",
1010
"magento/module-integration": "*"
1111
},

dev/tests/integration/_files/Magento/TestModuleCspConfig2/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.1.3||~7.2.0||~7.3.0",
8+
"php": "~7.3.0||~7.4.0",
99
"magento/framework": "*",
1010
"magento/module-integration": "*"
1111
},

dev/tests/integration/_files/Magento/TestModuleCspUtil/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.1.3||~7.2.0||~7.3.0",
8+
"php": "~7.3.0||~7.4.0",
99
"magento/framework": "*",
1010
"magento/module-integration": "*"
1111
},

dev/tests/integration/_files/Magento/TestModuleMessageQueueConfigOverride/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-test-module-message-queue-config-override",
33
"description": "test module for message queue configuration",
44
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
5+
"php": "~7.3.0||~7.4.0",
66
"magento/framework": "*",
77
"magento/module-integration": "*"
88
},

dev/tests/integration/_files/Magento/TestModuleMessageQueueConfiguration/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-test-module-message-queue-configuration",
33
"description": "test module for message queue configuration",
44
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
5+
"php": "~7.3.0||~7.4.0",
66
"magento/framework": "*",
77
"magento/module-integration": "*"
88
},

dev/tests/integration/_files/Magento/TestModuleSample/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.1.3||~7.2.0||~7.3.0",
8+
"php": "~7.3.0||~7.4.0",
99
"magento/framework": "*",
1010
"magento/module-integration": "*"
1111
},

0 commit comments

Comments
 (0)