-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
32 lines (32 loc) · 944 Bytes
/
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
{
"name": "drupal/home_redirect_lang",
"description": "Redirect visitors landing on the Homepage to their preferred language, based on previous browsing session. Offering their native content as default.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/home_redirect_lang",
"authors": [
{
"name": "Antistatique",
"email": "[email protected]",
"homepage": "https://www.antistatique.net",
"role": "Sponsor"
},
{
"name": "Kevin Wenger",
"email": "[email protected]",
"homepage": "https://www.drupal.org/u/wengerk",
"role": "Author & Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/home_redirect_lang"
},
"license": "GPL-2.0-or-later",
"require-dev": {
"drupal/coder": "^8.3.1"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}