forked from RozbehSharahi/bootstrap_grids
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 700 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 700 Bytes
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
{
"name": "laxap/bootstrap-grids",
"type": "typo3-cms-extension",
"description": "Gridelements for bootstrap v4. Column grids, tabs and accordion.",
"license": "GPL-2.0-or-later",
"version": "2.2.0",
"keywords": ["typo3", "TYPO3 CMS", "bootstrap", "gridelements"],
"homepage": "https://extensions.typo3.org/extension/bootstrap_grids/",
"support": {
"issues": "https://github.com/laxap/bootstrap_grids/issues"
},
"require": {
"php": "^7.2",
"typo3/cms-core": "^10.4",
"gridelementsteam/gridelements": "^10"
},
"replace": {
"typo3-ter/bootstrap-grids": "self.version"
},
"autoload": {
"psr-4": {
"Laxap\\BootstrapGrids\\": "Classes"
}
}
}