-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
44 lines (44 loc) · 1.29 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
{
"name": "drupal/config_split",
"type": "drupal-module",
"description": "Configuration filter for importing and exporting extra config",
"keywords": ["Drupal", "configuration", "configuration management"],
"authors": [
{
"name": "Fabian Bircher",
"email": "opensource@fabianbircher.com",
"homepage": "https://www.drupal.org/u/bircher",
"role": "Maintainer"
},
{
"name": "Nuvole Web",
"email": "info@nuvole.org",
"homepage": "http://nuvole.org",
"role": "Maintainer"
}
],
"homepage": "https://www.drupal.org/project/config_split",
"support": {
"issues": "https://www.drupal.org/project/issues/config_split",
"slack": "https://drupal.slack.com/archives/C45342CDD",
"source": "https://git.drupalcode.org/project/config_split"
},
"license": "GPL-2.0-or-later",
"require": {
"drupal/config_filter": "^1"
},
"conflict": {
"drupal/console": "<1.3.2"
},
"suggest": {
"drupal/chosen": "Chosen uses the Chosen jQuery plugin to make the <select> elements more user-friendly.",
"drupal/select2_all": "Applies the Select2 library to all select fields on the site similar to the Chosen module."
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
}
}