forked from fgerards/fluidcontent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.52 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.52 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "fluidtypo3/fluidcontent",
"description": "Create Flexible Content elements in pure fluid",
"require": {
"fluidtypo3/flux": "*"
},
"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.2.3",
"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."
},
"repositories": [
{
"type": "package",
"package": {
"name": "typo3/cms",
"version": "6.2.11",
"dist": {
"url": "https://github.com/TYPO3/TYPO3.CMS/archive/6.2.11.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "typo3/cms",
"version": "7.1.0",
"dist": {
"url": "https://github.com/TYPO3/TYPO3.CMS/archive/7.1.0.zip",
"type": "zip"
}
}
}
]
}