forked from aaw-team/pagenotfoundhandling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 1.16 KB
/
Copy pathcomposer.json
File metadata and controls
34 lines (34 loc) · 1.16 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
{
"name": "aaw-team/pagenotfoundhandling",
"type": "typo3-cms-extension",
"description": "404 Page not found handling",
"keywords": ["typo3", "404", "403", "page not found", "page not found handling", "page unavailable handling", "pageNotFound_handling"],
"homepage": "https://github.com/aaw-team/pagenotfoundhandling",
"license": "GPL-2.0+",
"authors": [
{
"name": "Agentur am Wasser Team",
"email": "development@agenturamwasser.ch",
"homepage": "https://web.agenturamwasser.ch/",
"role": "Developer"
}
],
"require": {
"php": ">=7.1",
"typo3/cms-core": "^8.7|^9.5"
},
"replace": {
"pagenotfoundhandling": "self.version",
"typo3-ter/pagenotfoundhandling": "self.version"
},
"autoload": {
"psr-4": {
"AawTeam\\Pagenotfoundhandling\\": "Classes/"
}
},
"support": {
"source": "https://github.com/aaw-team/pagenotfoundhandling",
"issues": "https://github.com/aaw-team/pagenotfoundhandling/issues",
"docs": "https://docs.typo3.org/p/aaw-team/pagenotfoundhandling/master/en-us/"
}
}