-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.41 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
46
47
48
{
"name": "hauerheinrich/hh-seo",
"type": "typo3-cms-extension",
"description": "Hauer-Heinrich - fluid seo. Sets meta-tags over fluid template.",
"authors": [
{
"name": "Christian Hackl",
"email": "[email protected]",
"homepage": "http://www.hauer-heinrich.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Hauer-Heinrich/hh_seo/issues",
"source": "https://github.com/Hauer-Heinrich/hh_seo",
"docs": "https://github.com/Hauer-Heinrich/hh_seo/blob/master/README.md"
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/hauerheinrich"
}
],
"version": "0.9.2",
"license": ["GPL-2.0-or-later"],
"keywords": ["TYPO3 CMS", "SEO", "Extension"],
"replace": {
"hauer-heinrich/hh_seo": "self.version",
"typo3-ter/hh-seo": "self.version"
},
"require": {
"typo3/cms-core": "12.4.0 || ^13.4.0",
"typo3/cms-seo": "12.4.0 || ^13.4.0"
},
"autoload": {
"psr-4": {
"HauerHeinrich\\HhSeo\\": "Classes",
"PedroBorges\\MetaTags\\": "meta-tags/src"
}
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web",
"extension-key": "hh_seo"
}
}
}