We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5a25e commit 9e7993fCopy full SHA for 9e7993f
composer.json
@@ -6,6 +6,12 @@
6
"OSL-3.0",
7
"AFL-3.0"
8
],
9
+ "repositories": [
10
+ {
11
+ "type": "vcs",
12
+ "url": "https://github.com/magento-gl/magento2-functional-testing-framework"
13
+ }
14
+ ],
15
"config": {
16
"allow-plugins": {
17
"dealerdirect/phpcodesniffer-composer-installer": true,
@@ -98,7 +104,7 @@
98
104
"friendsofphp/php-cs-fixer": "^3.22",
99
105
"lusitanian/oauth": "^0.8",
100
106
"magento/magento-coding-standard": "*",
101
- "magento/magento2-functional-testing-framework": "^4.4.2",
107
+ "magento/magento2-functional-testing-framework": "dev-ACQE-5710",
102
108
"pdepend/pdepend": "^2.10",
103
109
"phpmd/phpmd": "^2.12",
110
"phpstan/phpstan": "^1.9",
0 commit comments