forked from bootstraptheme-for-typo3/fluidbootstraptheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 786 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
30
31
{
"name": "fluidbt/fluidbootstraptheme",
"type": "typo3-cms-extension",
"description": "The fluid_bootstrap package from FluidTYPO3",
"homepage": "https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme",
"license": [
"GPL-2.0+"
],
"keywords": [
"TYPO3 CMS",
"templating",
"Bootstrap",
"FluidTYPO3",
"fluid"
],
"support": {
"issues": "https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/issues"
},
"version": "2.1.1",
"require": {
"fluidtypo3/flux": "*",
"fluidtypo3/fluidpages": "*",
"fluidtypo3/vhs": "*"
},
"require-dev": {
"fluidtypo3/development": "*",
"fluidtypo3/flux": "dev-development",
"fluidtypo3/fluidpages": "dev-development",
"fluidtypo3/vhs": "dev-development"
}
}