forked from FluidTYPO3/vhs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.38 KB
/
Copy pathcomposer.json
File metadata and controls
50 lines (50 loc) · 1.38 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
{
"name": "fluidtypo3/vhs",
"description": "The vhs package from FluidTYPO3",
"type": "typo3-cms-extension",
"support": {
"irc": "irc://irc.freenode.org/fedext",
"issues": "https://github.com/FluidTYPO3/vhs/issues"
},
"keywords": [
"TYPO3 CMS",
"templating",
"Utility",
"ViewHelper",
"fedext",
"fluid"
],
"homepage": "http://fluidtypo3.org",
"license": "GPL-2.0+",
"version": "2.1.4",
"autoload-dev": {
"psr-4": {
"FluidTYPO3\\Vhs\\Tests\\": "Tests/",
"FluidTYPO3\\Vhs\\": "Classes/"
},
"classmap": [
"vendor/typo3/cms/typo3/sysext/extbase",
"vendor/typo3/cms/typo3/sysext/fluid",
"vendor/typo3/cms/typo3/sysext/core",
"vendor/typo3/cms/typo3/sysext/backend",
"vendor/typo3/cms/typo3/sysext/frontend",
"vendor/typo3/cms/typo3/sysext/recordlist"
]
},
"require-dev": {
"fluidtypo3/development": "*"
},
"repositories": [
{
"type": "package",
"package": {
"name": "typo3/cms",
"version": "6.2.7",
"dist": {
"url": "https://github.com/TYPO3/TYPO3.CMS/archive/6.2.7.zip",
"type": "zip"
}
}
}
]
}