forked from brainsum/gdpr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.03 KB
/
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
36
37
{
"name": "drupal/gdpr",
"description": "Helps with making a site GDPR-compliant.",
"type": "drupal-module",
"license": "GPL-2.0+",
"authors": [
{
"name": "mhavelant",
"email": "mhavelant@brainsum.com"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"php": "^5.6|>=7.0.8",
"drupal/core": "~8",
"cweagans/composer-patches": "~1.0",
"drupal/checklistapi": "^1.0",
"drupal/entity": "^1.0",
"drupal/entity_reference_revisions": "^1.4",
"drupal/message": "^1.0",
"drupal/token": "^1.1",
"drupal/ctools": "^3.0",
"fzaninotto/faker": "^1.7"
},
"extra": {
"patches": {
"drupal/ctools": {
"#2951267: Bundle specific fields not derived correctly in entity reference relationships": "https://www.drupal.org/files/issues/2951267-2.patch"
}
}
}
}