-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 935 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 935 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
30
31
32
33
34
35
36
{
"name": "drupal/webadmin",
"description": "Website Administration tools.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/webpage",
"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/webadmin",
"source": "http://cgit.drupalcode.org/webadmin"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0",
"drupal/webpatches": "~10.0",
"drupal/views_bulk_operations": "~4.3.0",
"drupal/views_bulk_edit": "~3.0",
"drupal/masquerade": "~2.0",
"drupal/gin": "~3.0",
"drupal/gin_toolbar": "~1.0",
"drupal/gin_login": "~2.1.0",
"drupal/dashboards": "~2.1.0"
}
}