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
35 lines (35 loc) · 854 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 854 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
{
"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+",
"autoload": {
"psr-4": {
"FluidTYPO3\\Vhs\\": "Classes/"
}
},
"require": {
"php": ">=5.5.0",
"typo3/cms": ">=7.6.13, <=7.6.99|^8.4.1"
},
"require-dev": {
"fluidtypo3/development": "^3.0"
},
"suggest": {
"ext-tidy": "Allows to make use of the tidy ViewHelper"
}
}