forked from punktDe/pt_extbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 759 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 759 Bytes
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
{
"name": "punktde/pt_extbase",
"type": "typo3-cms-extension",
"description": "Collection of tools for Extbase Extension development",
"keywords": [
"TYPO3",
"extension"
],
"homepage": "http://punkt.de",
"license": [
"GPL-2.0+"
],
"require": {
"typo3/cms-core": ">=6.2.0,<8.0"
},
"require-dev": {
"mikey179/vfsStream": "1.4.*@dev",
"phpunit/phpunit": "~4.8.0"
},
"autoload": {
"psr-4": {
"PunktDe\\PtExtbase\\": "Classes"
},
"classmap": [
"Classes/"
]
},
"replace": {
"pt_extbase": "self.version",
"typo3-ter/pt_extbase": "self.version"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
}
}