forked from apigee/apigee-devportal-kickstart-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (57 loc) · 1.9 KB
/
composer.json
File metadata and controls
57 lines (57 loc) · 1.9 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "apigee/apigee_devportal_kickstart",
"description": "A fast demo and starting point for Apigee Developer Portals.",
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"cweagans/composer-patches": "^1.7.3",
"drupal/admin_toolbar": "^3.5.3",
"drupal/apigee_api_catalog": "^3.0.9",
"drupal/apigee_edge": "^3.0.11 || ^4.0.2",
"drupal/better_exposed_filters": "^7.0.5",
"drupal/default_content": "^2.0@alpha",
"drupal/email_registration": "^2.0@rc",
"drupal/fontawesome": "^3.0.0",
"drupal/paragraphs": "^1.18",
"drupal/pathauto": "^1.13",
"drupal/radix": "^6.0.1",
"drupal/components": "^3.1.0",
"drupal/rdf": "^3.0@beta",
"drupal/hal": "^2.0.4",
"drupal/color": "2.x-dev@dev",
"drupal/tour": "^2.0",
"drupal/forum": "^1.0"
},
"require-dev": {
"drupal/core-dev": "^10.6 || ^11.3",
"drush/drush": "^12.4.3 || ^13.3",
"mglaman/drupal-check": "^1.5",
"phpmd/phpmd": "^2.15.0",
"phpmetrics/phpmetrics": "^2.5",
"phpstan/phpstan": "^1.12"
},
"config": {
"sort-packages": true
},
"extra": {
"patches": {
"drupal/core": {
"Fix Validation issue for entity reference field on updating teams #470": "https://www.drupal.org/files/issues/2021-04-23/validate-reference-constraint-3210319-3.patch",
"Fix Drupal 10.3 upgrade issue of missing status-message theme suggestions": "https://www.drupal.org/files/issues/2024-06-28/3456176-45-missing-status-messages-theme-suggestions.patch"
},
"drupal/default_content": {
"Do not import existing entities": "https://www.drupal.org/files/issues/2022-07-29/default_content-fix-uuid-duplicate-entry-2698425.patch"
}
}
}
}