forked from FluidTYPO3/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 1.01 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
{
"name": "fluidtypo3/flux",
"description": "The flux package from FluidTYPO3",
"type": "typo3-cms-extension",
"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": {
"php": ">=5.5.0",
"typo3/cms": ">=7.6.13, <7.6.99|^8.4.1"
},
"require-dev": {
"fluidtypo3/development": "^3.0"
}
}