-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.json
45 lines (45 loc) · 1.02 KB
/
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
43
44
45
{
"name": "haassie/yoast_news",
"description": "Integrate Yoast SEO for TYPO3 in EXT:news",
"type": "typo3-cms-extension",
"license": "GPL-3.0-or-later",
"require": {
"yoast-seo-for-typo3/yoast_seo": "^5.0 || ^6 || ^7",
"georgringer/news": "^7.0 || ^8",
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4",
"typo3/cms-extbase": "^8.7 || ^9.5 || ^10.4",
"php": "^7.0"
},
"autoload": {
"psr-4": {
"RichardHaeser\\YoastSeoNews\\": "Classes/"
}
},
"authors": [
{
"name": "Richard Haeser",
"email": "[email protected]",
"homepage": "https://www.richardhaeser.com",
"role": "Developer"
}
],
"extra": {
"typo3/cms": {
"extension-key": "yoast_news"
}
},
"funding": [
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/richardhaeser"
},
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/rhaeser"
},
{
"type": "other",
"url": "https://www.richardhaeser.com/contact"
}
]
}