forked from FluidTYPO3/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 955 Bytes
/
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
{
"name": "fluidtypo3/flux",
"description": "The flux package from FluidTYPO3",
"type": "typo3-cms-extension",
"version": "7.3.0",
"homepage": "http://fluidtypo3.org",
"license": "GPL-2.0+",
"preferred-install": "dist",
"support": {
"irc": "irc://irc.freenode.org/fedext",
"issues": "https://github.com/FluidTYPO3/fluidcontent/issues"
},
"autoload": {
"psr-4": {
"FluidTYPO3\\Flux\\": "Classes/"
}
},
"suggest": {
"fluidtypo3/vhs": "ViewHelper library for Fluid templates.",
"fluidtypo3/fluidpages": "Gives the ability to render Page Templates with pure fluid.",
"fluidtypo3/fluidcontent": "Gives the ability to render Content Templates with pure fluid.",
"fluidtypo3/fluidcontent_core": "Gives the ability to render core content elements with pure fluid."
},
"require-dev": {
"fluidtypo3/development": "*"
}
}