Skip to content

Commit 8e89c5b

Browse files
committed
MQE-599: Move composer.json, README.MD, etc to CE
- updated compose.json files prepared to MFTF release
1 parent 606a901 commit 8e89c5b

File tree

123 files changed

+1756
-1543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1756
-1543
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdminNotification/composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "magento/magento2-functional-test-module-admin-notification",
33
"description": "Magento 2 Functional Test Module Admin Notification",
4+
"type": "magento2-test-module",
5+
"version": "100.0.0-dev",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
9+
],
410
"config": {
511
"sort-packages": true
612
},
@@ -9,20 +15,14 @@
915
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1016
},
1117
"suggest": {
12-
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
13-
"magento/magento2-functional-test-module-media-storage": "1.0.0-dev",
14-
"magento/magento2-functional-test-module-store": "1.0.0-dev",
15-
"magento/magento2-functional-test-module-ui": "1.0.0-dev"
18+
"magento/magento2-functional-test-module-backend": "100.0.0-dev",
19+
"magento/magento2-functional-test-module-media-storage": "100.0.0-dev",
20+
"magento/magento2-functional-test-module-store": "100.0.0-dev",
21+
"magento/magento2-functional-test-module-ui": "100.0.0-dev"
1622
},
17-
"type": "magento2-test-module",
18-
"version": "1.0.0-dev",
19-
"license": [
20-
"OSL-3.0",
21-
"AFL-3.0"
22-
],
2323
"autoload": {
2424
"psr-4": {
25-
"Magento\\AdminNotification\\": ""
25+
"Magento\\FunctionalTest\\AdminNotification\\": ""
2626
}
2727
},
2828
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/AdvancedPricingImportExport/composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "magento/magento2-functional-test-module-advanced-pricing-import-export",
33
"description": "Magento 2 Functional Test Module Advanced Pricing Import Export",
4+
"type": "magento2-test-module",
5+
"version": "100.0.0-dev",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
9+
],
410
"config": {
511
"sort-packages": true
612
},
@@ -9,23 +15,17 @@
915
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1016
},
1117
"suggest": {
12-
"magento/magento2-functional-test-module-catalog": "1.0.0-dev",
13-
"magento/magento2-functional-test-module-catalog-import-export": "1.0.0-dev",
14-
"magento/magento2-functional-test-module-catalog-inventory": "1.0.0-dev",
15-
"magento/magento2-functional-test-module-customer": "1.0.0-dev",
16-
"magento/magento2-functional-test-module-eav": "1.0.0-dev",
17-
"magento/magento2-functional-test-module-import-export": "1.0.0-dev",
18-
"magento/magento2-functional-test-module-store": "1.0.0-dev"
18+
"magento/magento2-functional-test-module-catalog": "100.0.0-dev",
19+
"magento/magento2-functional-test-module-catalog-import-export": "100.0.0-dev",
20+
"magento/magento2-functional-test-module-catalog-inventory": "100.0.0-dev",
21+
"magento/magento2-functional-test-module-customer": "100.0.0-dev",
22+
"magento/magento2-functional-test-module-eav": "100.0.0-dev",
23+
"magento/magento2-functional-test-module-import-export": "100.0.0-dev",
24+
"magento/magento2-functional-test-module-store": "100.0.0-dev"
1925
},
20-
"type": "magento2-test-module",
21-
"version": "1.0.0-dev",
22-
"license": [
23-
"OSL-3.0",
24-
"AFL-3.0"
25-
],
2626
"autoload": {
2727
"psr-4": {
28-
"Magento\\AdvancedPricingImportExport\\": ""
28+
"Magento\\FunctionalTest\\AdvancedPricingImportExport\\": ""
2929
}
3030
},
3131
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Analytics/composer.json

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "magento/magento2-functional-test-module-analytics",
33
"description": "Magento 2 Acceptance Test Module Analytics",
4-
"repositories": [
5-
{
6-
"type": "composer",
7-
"url": "https://repo.magento.com/"
8-
}
4+
"type": "magento2-test-module",
5+
"version": "100.0.0-dev",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
99
],
1010
"config": {
1111
"sort-packages": true
@@ -15,20 +15,14 @@
1515
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1616
},
1717
"suggest": {
18-
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
19-
"magento/magento2-functional-test-module-config": "1.0.0-dev",
20-
"magento/magento2-functional-test-module-integration": "1.0.0-dev",
21-
"magento/magento2-functional-test-module-store": "1.0.0-dev"
18+
"magento/magento2-functional-test-module-backend": "100.0.0-dev",
19+
"magento/magento2-functional-test-module-config": "100.0.0-dev",
20+
"magento/magento2-functional-test-module-integration": "100.0.0-dev",
21+
"magento/magento2-functional-test-module-store": "100.0.0-dev"
2222
},
23-
"type": "magento2-test-module",
24-
"version": "1.0.0-dev",
25-
"license": [
26-
"OSL-3.0",
27-
"AFL-3.0"
28-
],
2923
"autoload": {
3024
"psr-4": {
31-
"Magento\\Analytics\\": ""
25+
"Magento\\FunctionalTest\\Analytics\\": ""
3226
}
3327
},
3428
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorization/composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "magento/magento2-functional-test-module-authorization",
33
"description": "Magento 2 Functional Test Module Authorization",
4+
"type": "magento2-test-module",
5+
"version": "100.0.0-dev",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
9+
],
410
"config": {
511
"sort-packages": true
612
},
@@ -9,17 +15,11 @@
915
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1016
},
1117
"suggest": {
12-
"magento/magento2-functional-test-module-backend": "1.0.0-dev"
18+
"magento/magento2-functional-test-module-backend": "100.0.0-dev"
1319
},
14-
"type": "magento2-test-module",
15-
"version": "1.0.0-dev",
16-
"license": [
17-
"OSL-3.0",
18-
"AFL-3.0"
19-
],
2020
"autoload": {
2121
"psr-4": {
22-
"Magento\\Authorization\\": ""
22+
"Magento\\FunctionalTest\\Authorization\\": ""
2323
}
2424
},
2525
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Authorizenet/composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "magento/magento2-functional-test-module-authorizenet",
33
"description": "Magento 2 Functional Test Module Authorizenet",
4+
"type": "magento2-test-module",
5+
"version": "100.0.0-dev",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
9+
],
410
"config": {
511
"sort-packages": true
612
},
@@ -9,23 +15,17 @@
915
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1016
},
1117
"suggest": {
12-
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
13-
"magento/magento2-functional-test-module-catalog": "1.0.0-dev",
14-
"magento/magento2-functional-test-module-checkout": "1.0.0-dev",
15-
"magento/magento2-functional-test-module-payment": "1.0.0-dev",
16-
"magento/magento2-functional-test-module-quote": "1.0.0-dev",
17-
"magento/magento2-functional-test-module-sales": "1.0.0-dev",
18-
"magento/magento2-functional-test-module-store": "1.0.0-dev"
18+
"magento/magento2-functional-test-module-backend": "100.0.0-dev",
19+
"magento/magento2-functional-test-module-catalog": "100.0.0-dev",
20+
"magento/magento2-functional-test-module-checkout": "100.0.0-dev",
21+
"magento/magento2-functional-test-module-payment": "100.0.0-dev",
22+
"magento/magento2-functional-test-module-quote": "100.0.0-dev",
23+
"magento/magento2-functional-test-module-sales": "100.0.0-dev",
24+
"magento/magento2-functional-test-module-store": "100.0.0-dev"
1925
},
20-
"type": "magento2-test-module",
21-
"version": "1.0.0-dev",
22-
"license": [
23-
"OSL-3.0",
24-
"AFL-3.0"
25-
],
2626
"autoload": {
2727
"psr-4": {
28-
"Magento\\Authorizenet\\": ""
28+
"Magento\\FunctionalTest\\Authorizenet\\": ""
2929
}
3030
},
3131
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backend/composer.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "magento/magento2-functional-test-module-backend",
33
"description": "Magento 2 Functional Test Module Backend",
4+
"type": "magento2-test-module",
5+
"version": "100.0.0-dev",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
9+
],
410
"config": {
511
"sort-packages": true
612
},
@@ -9,32 +15,26 @@
915
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1016
},
1117
"suggest": {
12-
"magento/magento2-functional-test-module-backup": "1.0.0-dev",
13-
"magento/magento2-functional-test-module-catalog": "1.0.0-dev",
14-
"magento/magento2-functional-test-module-config": "1.0.0-dev",
15-
"magento/magento2-functional-test-module-customer": "1.0.0-dev",
16-
"magento/magento2-functional-test-module-developer": "1.0.0-dev",
17-
"magento/magento2-functional-test-module-directory": "1.0.0-dev",
18-
"magento/magento2-functional-test-module-eav": "1.0.0-dev",
19-
"magento/magento2-functional-test-module-quote": "1.0.0-dev",
20-
"magento/magento2-functional-test-module-reports": "1.0.0-dev",
21-
"magento/magento2-functional-test-module-require-js": "1.0.0-dev",
22-
"magento/magento2-functional-test-module-sales": "1.0.0-dev",
23-
"magento/magento2-functional-test-module-security": "1.0.0-dev",
24-
"magento/magento2-functional-test-module-store": "1.0.0-dev",
25-
"magento/magento2-functional-test-module-translation": "1.0.0-dev",
26-
"magento/magento2-functional-test-module-ui": "1.0.0-dev",
27-
"magento/magento2-functional-test-module-user": "1.0.0-dev"
18+
"magento/magento2-functional-test-module-backup": "100.0.0-dev",
19+
"magento/magento2-functional-test-module-catalog": "100.0.0-dev",
20+
"magento/magento2-functional-test-module-config": "100.0.0-dev",
21+
"magento/magento2-functional-test-module-customer": "100.0.0-dev",
22+
"magento/magento2-functional-test-module-developer": "100.0.0-dev",
23+
"magento/magento2-functional-test-module-directory": "100.0.0-dev",
24+
"magento/magento2-functional-test-module-eav": "100.0.0-dev",
25+
"magento/magento2-functional-test-module-quote": "100.0.0-dev",
26+
"magento/magento2-functional-test-module-reports": "100.0.0-dev",
27+
"magento/magento2-functional-test-module-require-js": "100.0.0-dev",
28+
"magento/magento2-functional-test-module-sales": "100.0.0-dev",
29+
"magento/magento2-functional-test-module-security": "100.0.0-dev",
30+
"magento/magento2-functional-test-module-store": "100.0.0-dev",
31+
"magento/magento2-functional-test-module-translation": "100.0.0-dev",
32+
"magento/magento2-functional-test-module-ui": "100.0.0-dev",
33+
"magento/magento2-functional-test-module-user": "100.0.0-dev"
2834
},
29-
"type": "magento2-test-module",
30-
"version": "1.0.0-dev",
31-
"license": [
32-
"OSL-3.0",
33-
"AFL-3.0"
34-
],
3535
"autoload": {
3636
"psr-4": {
37-
"Magento\\Backend\\": ""
37+
"Magento\\FunctionalTest\\Backend\\": ""
3838
}
3939
},
4040
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Backup/composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "magento/magento2-functional-test-module-backup",
33
"description": "Magento 2 Functional Test Module Backup",
4+
"type": "magento2-test-module",
5+
"version": "100.0.0-dev",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
9+
],
410
"config": {
511
"sort-packages": true
612
},
@@ -9,19 +15,13 @@
915
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1016
},
1117
"suggest": {
12-
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
13-
"magento/magento2-functional-test-module-cron": "1.0.0-dev",
14-
"magento/magento2-functional-test-module-store": "1.0.0-dev"
18+
"magento/magento2-functional-test-module-backend": "100.0.0-dev",
19+
"magento/magento2-functional-test-module-cron": "100.0.0-dev",
20+
"magento/magento2-functional-test-module-store": "100.0.0-dev"
1521
},
16-
"type": "magento2-test-module",
17-
"version": "1.0.0-dev",
18-
"license": [
19-
"OSL-3.0",
20-
"AFL-3.0"
21-
],
2222
"autoload": {
2323
"psr-4": {
24-
"Magento\\Backup\\": ""
24+
"Magento\\FunctionalTest\\Backup\\": ""
2525
}
2626
},
2727
"extra": {

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Braintree/composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "magento/magento2-functional-test-module-braintree",
33
"description": "Magento 2 Functional Test Module Braintree",
4+
"type": "magento2-test-module",
5+
"version": "100.0.0-dev",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
9+
],
410
"config": {
511
"sort-packages": true
612
},
@@ -9,29 +15,23 @@
915
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1016
},
1117
"suggest": {
12-
"magento/magento2-functional-test-module-catalog": "1.0.0-dev",
13-
"magento/magento2-functional-test-module-backend": "1.0.0-dev",
14-
"magento/magento2-functional-test-module-checkout": "1.0.0-dev",
15-
"magento/magento2-functional-test-module-config": "1.0.0-dev",
16-
"magento/magento2-functional-test-module-customer": "1.0.0-dev",
17-
"magento/magento2-functional-test-module-directory": "1.0.0-dev",
18-
"magento/magento2-functional-test-module-instant-purchase": "1.0.0-dev",
19-
"magento/magento2-functional-test-module-payment": "1.0.0-dev",
20-
"magento/magento2-functional-test-module-paypal": "1.0.0-dev",
21-
"magento/magento2-functional-test-module-quote": "1.0.0-dev",
22-
"magento/magento2-functional-test-module-sales": "1.0.0-dev",
23-
"magento/magento2-functional-test-module-ui": "1.0.0-dev",
24-
"magento/magento2-functional-test-module-vault": "1.0.0-dev"
18+
"magento/magento2-functional-test-module-catalog": "100.0.0-dev",
19+
"magento/magento2-functional-test-module-backend": "100.0.0-dev",
20+
"magento/magento2-functional-test-module-checkout": "100.0.0-dev",
21+
"magento/magento2-functional-test-module-config": "100.0.0-dev",
22+
"magento/magento2-functional-test-module-customer": "100.0.0-dev",
23+
"magento/magento2-functional-test-module-directory": "100.0.0-dev",
24+
"magento/magento2-functional-test-module-instant-purchase": "100.0.0-dev",
25+
"magento/magento2-functional-test-module-payment": "100.0.0-dev",
26+
"magento/magento2-functional-test-module-paypal": "100.0.0-dev",
27+
"magento/magento2-functional-test-module-quote": "100.0.0-dev",
28+
"magento/magento2-functional-test-module-sales": "100.0.0-dev",
29+
"magento/magento2-functional-test-module-ui": "100.0.0-dev",
30+
"magento/magento2-functional-test-module-vault": "100.0.0-dev"
2531
},
26-
"type": "magento2-test-module",
27-
"version": "1.0.0-dev",
28-
"license": [
29-
"OSL-3.0",
30-
"AFL-3.0"
31-
],
3232
"autoload": {
3333
"psr-4": {
34-
"Magento\\Braintree\\": ""
34+
"Magento\\FunctionalTest\\Braintree\\": ""
3535
}
3636
},
3737
"extra": {

0 commit comments

Comments
 (0)