forked from FloObw/bootstrap_grids
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 780 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "insanitymeetshh/bootstrap-grids",
"description": "Gridelements for bootstrap. Column grids, grids for simple accordions, tabs and content slider.",
"version": "2.0.0",
"type": "typo3-cms-extension",
"homepage": "https://github.com/InsanityMeetsHH/bootstrap_grids",
"license": "GPL-2.0",
"keywords": ["typo3", "TYPO3 CMS", "bootstrap", "bootstrap 4", "bsdist", "gridelements"],
"support": {
"issues": "https://github.com/InsanityMeetsHH/bootstrap_grids/issues"
},
"require": {
"php": ">=5.5.0",
"typo3/cms-core": "^7.6 || ^8.0 || ^9.0",
"gridelementsteam/gridelements" : "^8.0"
},
"autoload": {
"psr-4": {
"InsanityMeetsHH\\BootstrapGrids\\": "Classes"
}
}
}