-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 795 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 795 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
26
27
28
29
30
31
32
33
34
{
"name": "kohlercode/content_blocks_bootstrap",
"type": "typo3-cms-extension",
"description": "Content Blocks Bootstrap - Provides Content Blocks for the Bootstrap Framework",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Simon Köhler",
"email": "[email protected]",
"homepage": "https://kohlercode.com",
"role": "Developer"
}
],
"require": {
"typo3/cms-core": "^13.4 || ^14.0",
"friendsoftypo3/content-blocks": "^1.3.3 || ^2.0"
},
"extra": {
"typo3/cms": {
"extension-key": "content_blocks_bootstrap"
}
},
"funding": [
{
"type": "custom",
"url": "https://kohlercode.com/donate"
}
],
"autoload": {
"psr-4": {
"Kohlercode\\ContentBlocksBootstrap\\": "Classes/"
}
}
}