Skip to content

Commit 08a43f5

Browse files
committed
MC-5953: Investigation of async operation based on export
1 parent 49b7ba4 commit 08a43f5

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"preferred-install": "dist",
1111
"sort-packages": true
1212
},
13+
"minimum-stability": "dev",
14+
"repositories": [
15+
{
16+
"type": "vcs",
17+
"url": "[email protected]:magento/magento2-functional-testing-framework.git"
18+
}
19+
],
1320
"require": {
1421
"php": "~7.1.3||~7.2.0",
1522
"ext-bcmath": "*",
@@ -84,7 +91,7 @@
8491
"require-dev": {
8592
"friendsofphp/php-cs-fixer": "~2.13.0",
8693
"lusitanian/oauth": "~0.8.10",
87-
"magento/magento2-functional-testing-framework": "~2.3.13",
94+
"magento/magento2-functional-testing-framework": "dev-MQE-1444-B",
8895
"pdepend/pdepend": "2.5.2",
8996
"phpmd/phpmd": "@stable",
9097
"phpunit/phpunit": "~6.5.0",

composer.lock

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

0 commit comments

Comments
 (0)