-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.15 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
{
"name": "mindshape/mindshape-seo",
"type": "typo3-cms-extension",
"description": "Comprehensive SEO suite for TYPO3 featuring Google SERP preview, metadata validation, and 410 support. Provides privacy-compliant analytics integration (GA4/Matomo/GTM) and flexible multi-domain configuration.",
"homepage": "https://mindshape.de",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Daniel Dorndorf",
"role": "Developer"
}
],
"support": {
"email": "info@mindshape.de",
"issues": "https://github.com/mindshape-GmbH/mindshape_seo/issues",
"source": "https://github.com/mindshape-GmbH/mindshape_seo",
"docs": "https://docs.typo3.org/p/mindshape/mindshape_seo/4.0/en-us/"
},
"require": {
"php": ">=8.1 <8.6",
"typo3/cms-core": "^12.4||^13.4"
},
"suggest": {
"typo3/cms-redirects": "Extends the redirect module with the ability to handle 410 redirects"
},
"autoload": {
"psr-4": {
"Mindshape\\MindshapeSeo\\": "Classes"
}
},
"replace": {
"typo3-ter/mindshape_seo": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "mindshape_seo"
}
}
}