-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·38 lines (38 loc) · 1.08 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
{
"name": "drupal/webconfig",
"description": "Web Configuration management. Most needed configuration management modules.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/webdev",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Webship",
"homepage": "http://webship.org",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/webconfig",
"source": "http://cgit.drupalcode.org/webconfig"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0",
"drupal/webpatches": "~10.0",
"vardot/entity-definition-update-manager": "~1.0",
"vardot/module-installer-factory": "~1.0",
"drupal/config_update": "~2.0",
"drupal/config_filter": "~2.0",
"drupal/config_split": "~2.0",
"drupal/config_ignore": "~3.0",
"drupal/config_inspector": "~2.0",
"drupal/config_rewrite": "~1.0",
"drupal/config_import_single": "~2.0.0"
}
}