forked from fgerards/fluidcontent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 901 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
28
29
{
"name": "fluidtypo3/fluidcontent",
"description": "Create Flexible Content elements in pure fluid",
"require": {
"fluidtypo3/flux": "*",
"php": ">=5.5.0"
},
"require-dev": {
"fluidtypo3/development": "*",
"fluidtypo3/flux": "dev-development"
},
"autoload": {
"psr-4": {
"FluidTYPO3\\Fluidcontent\\": "Classes/"
}
},
"type": "typo3-cms-extension",
"keywords": ["TYPO3 CMS", "templating", "bootstrap", "flux", "fluidcontent", "fedext", "fluid"],
"homepage": "https://fluidtypo3.org",
"license": "GPL-2.0+",
"version": "4.4.0",
"support": {
"irc": "irc://irc.freenode.org/fedext",
"issues": "https://github.com/FluidTYPO3/fluidcontent/issues"
},
"suggest": {
"fluidtypo3/fluidpages": "Gives the ability to render Page Templates with pure fluid."
}
}