-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 953 Bytes
/
composer.json
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
{
"name": "wdb/wdb-news-snapin",
"type": "typo3-cms-extension",
"description": "Extension for EXT:news to display additional content \"around\" a single news-article. In templates additional areas can be defined and each area can be filled with content-elements. Imagine news enriched with tables, diagrams, footnotes or any other kind of Content-Elements.",
"keywords": [
"TYPO3",
"extension",
"event",
"news"
],
"authors": [
{
"name": "David Bruchmann",
"role": "Developer"
}
],
"license": ["GPL-2.0-or-later"],
"require": {
"georgringer/news": "^7.0 || ^8.0 || ^9.0",
"typo3/cms-core": "^9.5.17 || ^10.4.19 || ^11.5"
},
"autoload": {
"psr-4": {
"WDB\\WdbNewsSnapin\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "wdb_news_snapin"
}
}
}