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
42 lines (42 loc) · 1.17 KB
/
Copy pathcomposer.json
File metadata and controls
42 lines (42 loc) · 1.17 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
{
"name": "laxap/bootstrap-grids",
"type": "typo3-cms-extension",
"description": "Predefined gridelements Bootstrap 5 content elements: column grids, grids for simple accordions, and tabs.",
"license": "GPL-2.0-or-later",
"version": "5.1.0",
"keywords": ["typo3", "TYPO3 CMS", "bootstrap", "gridelements"],
"homepage": "https://extensions.typo3.org/extension/bootstrap_grids/",
"authors": [
{
"name": "Pascal Mayer",
"role": "Original author and maintainer until August 2023",
"email": "typo3@simple.ch"
},
{
"name": "Rozbeh Chiryai Sharahi",
"role": "Maintainer starting Auguest 2023",
"email": "rozbeh.sharahi+bootstrap_grids@gmail.com"
}
],
"support": {
"issues": "https://github.com/laxap/bootstrap_grids/issues"
},
"require": {
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4",
"typo3/cms-core": "^12.4 || ^13.4",
"gridelementsteam/gridelements": "^12.0 || dev-ea_13-0"
},
"replace": {
"typo3-ter/bootstrap-grids": "self.version"
},
"autoload": {
"psr-4": {
"Laxap\\BootstrapGrids\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "bootstrap_grids"
}
}
}