-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbackup.composer.json
More file actions
144 lines (143 loc) · 5.4 KB
/
backup.composer.json
File metadata and controls
144 lines (143 loc) · 5.4 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "drupal-composer/drupal-project",
"description": "Project template for Drupal 8 projects with composer",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "",
"role": ""
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "harvesthq/chosen",
"version": "1.8.2",
"type": "drupal-library",
"dist": {
"url": "https://github.com/harvesthq/chosen/releases/download/v1.8.2/chosen_v1.8.2.zip",
"type": "zip"
},
"require": {
"composer/installers": "^1.2.0"
}
}
}
],
"require": {
"boedah/robo-drush": "~3",
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6",
"drupal-composer/drupal-scaffold": "^2.2",
"drupal/admin_toolbar": "^1.23",
"drupal/adminimal_theme": "^1.3",
"drupal/allowed_formats": "^1.1",
"drupal/chosen": "^2.5",
"drupal/config_installer": "^1.6",
"drupal/config_readonly": "^1.0",
"drupal/config_split": "^1.3",
"drupal/config_update": "^1.5",
"drupal/console": "^1.0.2",
"drupal/core": "~8.5",
"drupal/ctools": "^3.0",
"drupal/drupal-extension": "^3.4",
"drupal/embed": "^1.0",
"drupal/entity_browser": "^2.0",
"drupal/entity_embed": "^1.0",
"drupal/field_group": "^1.0",
"drupal/migrate_plus": "^4.0",
"drupal/migrate_source_csv": "^2.0",
"drupal/migrate_tools": "^4.0",
"drupal/pathauto": "^1.1",
"drupal/permissions_filter": "^1.0",
"drupal/paragraphs": "^1.2",
"drupal/redirect": "^1.0",
"drupal/stage_file_proxy": "^1.0",
"drupal/token": "^1.1",
"drush/drush": "^9.0.0",
"harvesthq/chosen": "^1.8",
"henrikbjorn/lurker": "^1.2",
"nuvoleweb/robo-config": "^0.2",
"openeuropa/oe_theme": "dev-master",
"openeuropa/oe_paragraphs": "dev-master",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
},
"require-dev": {
"behat/behat": "^3.4",
"drupal/devel": "^1.2",
"drupal/kint": "^1.2",
"drupal/config_devel": "^1.2",
"webflo/drupal-core-require-dev": "~8.4"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"NGF\\Robo\\": "robo"
},
"classmap": [
"scripts/composer/ScriptHandler.php"
]
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles",
"bash scripts/symlink.sh"
],
"post-update-cmd": []
},
"extra": {
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
},
"_comment_patches": "Temporarily enabling patches on chained composer.json until config_installer is on core",
"patches": {
"enable-patching" : true,
"drupal/core": {
"Backwards variables in Install profile validation error message": "https://www.drupal.org/files/issues/backwards_variables_in_message-2867834-25.patch"
},
"drupal/adminimal_theme": {
"Colors in horizontal and vertical toolbar need fixing": "https://www.drupal.org/files/issues/adminimal_theme-fix-toolbar-colors-28226369.patch"
},
"drupal/views": {
"Recoverable fatal error: Argument 2 passed to Drupal\\views\\Plugin\\views\\relationship\\RelationshipPluginBase::init() must be an instance of Drupal\\views\\Plugin\\views\\display\\DisplayPluginBase": "https://www.drupal.org/files/issues/2806015.patch"
},
"drupal/group": {
"Port Subgroup (ggroup) to the D8 version": "https://www.drupal.org/files/issues/group-add_subgroups_module-2736233-145.patch",
"More contexts needed": "https://www.drupal.org/files/issues/expand_context_to_nodes-2815971-14.patch"
},
"drupal/geocoder": {
"using reverse geocoding behind a proxy": "https://www.drupal.org/files/issues/using_reverse_geocoding_behind_proxy-2796277-3.patch"
},
"drupal/entity_reference_revisions": {
"Embed Paragraph Content in Normalized Parent Entities (REST)": "https://www.drupal.org/files/issues/embed_paragraph_content-2848878-43.patch"
}
}
}
}