Initial commit
This commit is contained in:
35
typo3conf/ext/vhs/composer.json
Normal file
35
typo3conf/ext/vhs/composer.json
Normal file
@@ -0,0 +1,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+",
|
||||
"version": "2.4.0",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"FluidTYPO3\\Vhs\\": "Classes/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fluidtypo3/development": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-tidy": "Allows to make use of the tidy ViewHelper"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user