-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·46 lines (46 loc) · 1.23 KB
/
composer.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.23 KB
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
45
46
{
"name": "drupal/webdev",
"description": "Website Development tools.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/webdev",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Webship.co",
"homepage": "http://webship.co",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/webdev",
"source": "http://cgit.drupalcode.org/webdev"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0",
"drupal/webpatches": "~10.0",
"drupal/ctools": "~4.0",
"drupal/token": "~1.0",
"drupal/diff": "~1.0",
"drupal/pathauto": "~1.0",
"drupal/metatag": "~2.1.0",
"drupal/field_group": "~4.0",
"drupal/smart_trim": "~2.0",
"drupal/entityqueue": "~1.0",
"drupal/inline_entity_form": "~3.0",
"drupal/better_exposed_filters": "~7.0",
"drupal/shield": "~1.0",
"drupal/devel": "~5.0",
"drupal/user_redirect": "~2.0",
"drupal/autocomplete_deluxe": "~2.0",
"drupal/link_attributes": "~2.1.0",
"drupal/token_filter": "~2.0",
"drupal/default_content": "~2.0"
}
}