forked from localgovdrupal/localgov_core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.48 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.48 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
{
"name": "localgovdrupal/localgov_core",
"description": "Helper functions and core dependencies for the LocalGov Drupal distribution.",
"type": "drupal-module",
"homepage": "https://github.com/localgovdrupal/localgov_core",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/field_group": "^3.1",
"drupal/image_widget_crop": "^2.3",
"drupal/linkit": "^6.1 || ^7.0",
"drupal/media_library_edit": "^3.0",
"drupal/metatag": "^2.0.2",
"drupal/pathauto": "^1.8",
"drupal/role_delegation": "^1.1",
"drupal/token": "^1.7"
},
"require-dev": {
"drupal/paragraphs": "^1.12"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/field_group": {
"Nullable types #3490746": "https://git.drupalcode.org/project/field_group/-/commit/23540687517e3afee192f08f1c32a40d69f2dfa7.patch"
},
"drupal/paragraphs": {
"Nullable types #3492419": "https://git.drupalcode.org/project/paragraphs/-/commit/9efaadd62448fc847f9860a2066d81c3039daa07.patch"
},
"drupal/role_delegation": {
"Nullable types #3499682": "https://git.drupalcode.org/project/role_delegation/-/commit/f21be7a1f66de4a095c1398d9a53aa44bdad3524.patch"
}
}
}
}