-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (34 loc) · 914 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
33
34
35
{
"name": "ciandt-china/hundun_workflow",
"description": "",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Ciandt",
"homepage": "https://github.com/ciandt-china-dev",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"drupal/admin_audit_trail": "1.0.x-dev",
"drupal/content_moderation_notifications": "3.x-dev",
"drupal/moderation_sidebar": "1.x-dev",
"drupal/scheduler": "2.x-dev"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true
}
}