Skip to content

Commit 451b0f5

Browse files
committed
MQE-583: set release version to 1.0.0 and updated composer dependencies.
1 parent 8ed0abe commit 451b0f5

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

dev/tests/acceptance/composer.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "magento/magento2ce-functional-tests",
3+
"description": "Magento 2 Functional Tests",
4+
"type": "project",
5+
"version": "1.0.0",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
9+
],
10+
"config": {
11+
"sort-packages": true
12+
},
13+
"repositories": [
14+
{
15+
"type": "git",
16+
"url": "[email protected]:magento/magento2-functional-testing-framework.git"
17+
}
18+
],
19+
"require": {
20+
"allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
21+
"codeception/codeception": "~2.3.4",
22+
"consolidation/robo": "^1.0.0",
23+
"henrikbjorn/lurker": "^1.2",
24+
"magento/magento2-functional-testing-framework": "1.0.0",
25+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
26+
"vlucas/phpdotenv": "~2.4"
27+
},
28+
"autoload": {
29+
"psr-4": {
30+
"Magento\\": ["tests/functional/Magento", "generated/Magento"]
31+
}
32+
},
33+
"prefer-stable": true
34+
}

0 commit comments

Comments
 (0)