Skip to content

Commit ee4397c

Browse files
committed
Update composer.json
1 parent 2bc8fb3 commit ee4397c

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

composer.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,27 @@
33
"type": "typo3-cms-extension",
44
"description": "Provides Content Blocks for the Bootstrap Framework",
55
"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+
],
615
"require": {
716
"typo3/cms-core": "^13.4"
817
},
918
"extra": {
1019
"typo3/cms": {
1120
"extension-key": "content_blocks_bootstrap"
1221
}
13-
}
22+
},
23+
"funding": [
24+
{
25+
"type": "custom",
26+
"url": "https://kohlercode.com/donate"
27+
}
28+
]
1429
}

0 commit comments

Comments
 (0)