-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
25 lines (25 loc) · 933 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
{
"name": "localgovdrupal/localgov_campaigns",
"description": "Provides campaign sections using page builder paragraph types for LocalGovDrupal.",
"type": "drupal-module",
"homepage": "https://github.com/localgovdrupal/localgov_campaigns",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/layout_paragraphs": "dev-1.0.x",
"drupal/tablefield": "dev-2.x",
"drupal/viewsreference": "^2.0",
"localgovdrupal/localgov_paragraphs": "^1.0@alpha"
},
"extra": {
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/viewsreference": {
"Implement configuration schema for Views reference field storage+settings and widget+formatter https://www.drupal.org/project/viewsreference/issues/2957529": "https://www.drupal.org/files/issues/2020-07-16/2957529-10.viewsreference.patch"
}
}
}
}