-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
79 lines (76 loc) · 2.05 KB
/
Copy pathcomposer.json
File metadata and controls
79 lines (76 loc) · 2.05 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "web-tp3/docker",
"description": "testing typo3",
"type": "project",
"minimum-stability": "dev",
"version": "1.0.0",
"license": "GPL-3.0+",
"authors": [
{
"name": "Thomas Ruta",
"email": "email@thomasruta.de"
}
],
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
}
],
"require": {
"typo3/cms": "dev-TYPO3_8-7",
"helhum/typo3-console": "^5",
"helhum/dotenv-connector": "^2",
"helhum/config-loader": "^0.8",
"ext-gd": "*",
"ext-fileinfo": "*",
"ext-zlib": "*",
"ext-openssl": "*",
"ext-zip": "*",
"ext-mysqli": "*",
"typo3/cms-cli": "*",
"typo3/class-alias-loader": "*",
"typo3/cms-composer-installers": "*",
"psr/http-message": "~1.0",
"cogpowered/finediff": "~0.3.1",
"guzzlehttp/guzzle": "^6.3.0",
"web-tp3/tp3_installer":"1.0.0"
},
"require-dev": {
"deployer/deployer": "^6",
"consolidation/robo": "^1",
"codeception/codeception":"*",
"typo3/testing-framework": "8.x-dev",
"friendsofphp/php-cs-fixer": "^2.13@dev",
"se/selenium-server-standalone":"~2.53",
"typo3/cms-styleguide" :"~8.0.8",
"ext-soap": "*",
"phpunit/php-invoker":"^1.1",
"enm1989/chromedriver": "~2.30",
"fiunchinho/phpunit-randomizer": "~3.0.0",
"phpunit/phpunit": "*",
"nimut/testing-framework": "^3.0@dev"
},
"autoload": {
"psr-4": {
}
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": "web"
},
"helhum/typo3-console": {
"install-extension-dummy": false
},
"helhum/dotenv-connector": {
"cache-dir": "var/cache"
},
"branch-alias": {
"dev-TYPO3_8-7": "8.x-dev"
}
},
"non-feature-branches": [
"TYPO3_.+"
]
}