forked from TYPO3-Headless/headless_news
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 852 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
40
41
42
{
"name": "friendsoftypo3/headless_news",
"type": "typo3-cms-extension",
"description": "This extension provides integration with news to output content from TYPO3 in JSON format.",
"keywords": [
"TYPO3",
"headless",
"pwa",
"json",
"news"
],
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Tymoteusz Motylewski",
"role": "Head"
},
{
"name": "Łukasz Uznański",
"role": "Developer"
},
{
"name": "TYPO3 PWA Initiative",
"role": "Developer",
"email": "[email protected]"
}
],
"require": {
"typo3/cms-core": "^10.0 || ^11.5 || ^12.2"
},
"suggest": {
"friendsoftypo3/headless": "^2.0 || ^3.0",
"georgringer/news": "^9.0"
},
"extra": {
"typo3/cms": {
"extension-key": "headless_news"
}
}
}