-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 904 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 904 Bytes
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
{
"name": "webexcess/redirecthandler-localization",
"type": "neos-package",
"description": "Create shortcuts which get redirected to the matching language and region dimension of the visitor.",
"license": "MIT",
"require": {
"neos/redirecthandler-neosadapter": "~4.0 || dev-master",
"neos/neos": "~7.0 || ~8.0 || dev-master"
},
"authors": [
{
"name": "Stefan Bruggmann",
"email": "stefan.bruggmann@webexcess.ch",
"homepage": "https://twitter.com/webexcess",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"WebExcess\\RedirectHandler\\Localization\\": "Classes"
}
},
"extra": {
"installer-name": "WebExcess.RedirectHandler.Localization",
"neos": {
"package-key": "WebExcess.RedirectHandler.Localization"
}
}
}