We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc8fb3 commit ee4397cCopy full SHA for ee4397c
1 file changed
composer.json
@@ -3,12 +3,27 @@
3
"type": "typo3-cms-extension",
4
"description": "Provides Content Blocks for the Bootstrap Framework",
5
"license": "GPL-2.0-or-later",
6
+ "version": "0.0.5",
7
+ "authors": [
8
+ {
9
+ "name": "Simon Köhler",
10
+ "email": "[email protected]",
11
+ "homepage": "https://kohlercode.com",
12
+ "role": "Developer"
13
+ }
14
+ ],
15
"require": {
16
"typo3/cms-core": "^13.4"
17
},
18
"extra": {
19
"typo3/cms": {
20
"extension-key": "content_blocks_bootstrap"
21
}
- }
22
+ },
23
+ "funding": [
24
25
+ "type": "custom",
26
+ "url": "https://kohlercode.com/donate"
27
28
+ ]
29
0 commit comments