-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
49 lines (49 loc) · 1.08 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tddwizard/magento2-dockerized",
"description": "Docker infrastructure definitions for Magento 2 dev/test environment. Based on arvatoscm/dockerize-magento2",
"license": "Apache-2.0",
"authors": [
{
"name": "Andreas Koch",
"email": "andy@ak7.io",
"homepage": "https://github.com/andreaskoch",
"role": "Author"
},
{
"name": "Fabian Schmengler",
"email": "fabian@schmengler-se.de",
"homepage": "https://www.schmengler-se.de",
"role": "Author"
}
],
"type": "magento2-component",
"homepage": "https://github.com/tddwizard/magento2-dockerized",
"extra": {
"map": [
[
"docker-compose.yml",
"docker-compose.yml"
],
[
"docker-compose.integration-tests.yml",
"docker-compose.integration-tests.yml"
],
[
"config",
"config"
],
[
".env",
".env"
],
[
"bin/php",
"bin/php"
],
[
"bin/console",
"bin/console"
]
]
}
}