Skip to content

Commit 5d5e1db

Browse files
committed
MQE-599: Move composer.json, README, etc from EE to CE
1 parent 46a9e9b commit 5d5e1db

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
22
"name": "magento/magento2-functional-testing-framework",
3-
"type": "library",
43
"description": "Magento2 Functional Testing Framework",
4+
"type": "library",
5+
"version": "1.0.0",
56
"license": "AGPL-3.0",
67
"keywords": ["magento", "automation", "functional", "testing"],
8+
"config": {
9+
"sort-packages": true
10+
},
711
"require": {
812
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
913
"codeception/codeception": "~2.3.4",
14+
"epfremme/swagger-php": "^2.0",
1015
"flow/jsonpath": ">0.2",
1116
"fzaninotto/faker": "^1.6",
12-
"mustache/mustache": "~2.5",
13-
"epfremme/swagger-php": "^2.0"
17+
"mustache/mustache": "~2.5"
1418
},
1519
"require-dev": {
1620
"squizlabs/php_codesniffer": "1.5.3",
@@ -22,12 +26,12 @@
2226
},
2327
"autoload": {
2428
"psr-4": {
25-
"Magento\\FunctionalTestingFramework\\": ["src/Magento/FunctionalTestingFramework"]
29+
"Magento\\FunctionalTestingFramework\\": "src/Magento/FunctionalTestingFramework"
2630
}
2731
},
2832
"autoload-dev": {
2933
"psr-4": {
30-
"tests\\unit\\Magento\\FunctionalTestingFramework\\": ["dev/tests/unit/Magento/FunctionalTestingFramework"]
34+
"tests\\unit\\Magento\\FunctionalTestingFramework\\": "dev/tests/unit/Magento/FunctionalTestingFramework"
3135
}
3236
},
3337
"extra": {

0 commit comments

Comments
 (0)