-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1019 Bytes
/
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
{
"name": "extrameile/em-simple-video",
"license": "GPL-2.0-or-later",
"type": "typo3-cms-extension",
"description": "",
"authors": [
{
"name": "Andreas Kießling",
"role": "Developer"
}
],
"require": {
"typo3/cms-core": "^8.7 || ^9.5",
"typo3/cms-extbase": "^8.7 || ^9.5"
},
"replace": {
"extrameile/em-simple-video": "self.version",
"typo3-ter/em-simple-video": "self.version"
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
},
"repositories": {
"grumphp-conventions-typo3": {
"type": "vcs",
"url": "https://github.com/akiessling/grumphp-conventions-typo3.git"
}
},
"require-dev": {
"andreaskiessling/grumphp-conventions-typo3": "dev-master"
}
}