forked from cdaecke/md_unreadnews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1021 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
33
34
35
36
37
38
39
{
"name": "mediadreams/md_unreadnews",
"type": "typo3-cms-extension",
"description": "This TYPO3 extension adds unread information to the records of ext:news for frontend users.",
"version": "3.0.0",
"license": "GPL-2.0+",
"keywords": [
"typo3",
"extension",
"news",
"unread"
],
"homepage": "http://www.mediadreams.org",
"authors": [
{
"name": "Christoph Daecke",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/cdaecke/md_unreadnews/issues",
"source": "https://github.com/cdaecke/md_unreadnews"
},
"require": {
"typo3/cms-core": "^9.5.0|| ^10.4.0"
},
"suggest": {
"georgringer/news": "^7.0.0|| ^8.0.0"
},
"autoload": {
"psr-4": {
"Mediadreams\\MdUnreadnews\\": "Classes"
}
},
"replace": {
"typo3-ter/md_unreadnews": "self.version"
}
}