Skip to content

Commit 85b8174

Browse files
committed
MC-41088: Update Magento core dependency constraint
1 parent 7865bf0 commit 85b8174

File tree

2 files changed

+160
-176
lines changed

2 files changed

+160
-176
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
"preferred-install": "dist",
1111
"sort-packages": true
1212
},
13-
"repositories": [
14-
{
15-
"type": "vcs",
16-
"url": "https://github.com/magento-commerce/magento2-functional-testing-framework"
17-
}
18-
],
1913
"require": {
2014
"php": "~7.3.0",
2115
"ext-bcmath": "*",
@@ -71,7 +65,7 @@
7165
"laminas/laminas-uri": "^2.5.1",
7266
"laminas/laminas-validator": "^2.6.0",
7367
"laminas/laminas-view": "~2.11.2",
74-
"magento/composer": "~1.5.0",
68+
"magento/composer": "~1.5.0||~1.7.0",
7569
"magento/magento-composer-installer": ">=0.1.11",
7670
"magento/zendframework1": "~1.14.2",
7771
"monolog/monolog": "^1.17",
@@ -95,7 +89,7 @@
9589
"friendsofphp/php-cs-fixer": "~2.16.0",
9690
"lusitanian/oauth": "~0.8.10",
9791
"magento/magento-coding-standard": "*",
98-
"magento/magento2-functional-testing-framework": "MQE-2488-php73-dev",
92+
"magento/magento2-functional-testing-framework": "^2.7",
9993
"pdepend/pdepend": "~2.7.1",
10094
"phpcompatibility/php-compatibility": "^9.3",
10195
"phpmd/phpmd": "@stable",

0 commit comments

Comments
 (0)