forked from FluidTYPO3/vhs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
56 lines (56 loc) · 1.38 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
50
51
52
53
54
55
56
{
"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"
],
"preferred-install": "dist",
"homepage": "https://fluidtypo3.org",
"license": "GPL-2.0+",
"version": "2.3.1",
"autoload": {
"psr-4": {
"FluidTYPO3\\Vhs\\": "Classes/"
}
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"fluidtypo3/development": "*"
},
"repositories": [
{
"type": "package",
"package": {
"name": "typo3/cms",
"version": "6.2.11",
"dist": {
"url": "https://github.com/TYPO3/TYPO3.CMS/archive/6.2.11.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "typo3/cms",
"version": "7.1.0",
"dist": {
"url": "https://github.com/TYPO3/TYPO3.CMS/archive/7.1.0.zip",
"type": "zip"
}
}
}
]
}