forked from acquia/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
162 lines (162 loc) · 7.07 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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "acquia/lightning",
"description": "The best of Drupal, curated by Acquia",
"type": "drupal-profile",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~4.8",
"symfony/css-selector": "~2.8",
"drush/drush": "8.1.11",
"drupal/drupal-extension": "~3.2.0",
"behat/behat": "^3.0",
"drupal/coder": "~8.2.0",
"phing/phing": "^2.14",
"drupal/devel": "^1.0",
"squizlabs/php_codesniffer": "2.*",
"se/selenium-server-standalone": "^2.53",
"drupal/console": "^1.0",
"jakoch/phantomjs-installer": "1.9.8",
"composer/composer": "^1.4",
"grasmash/yaml-cli": "^1.0"
},
"bin": [
"lightning-subprofile"
],
"config": {
"bin-dir": "bin/"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"scripts": {
"post-install-cmd": [
"PhantomInstaller\\Installer::installPhantomJS",
"@composer drupal-scaffold",
"./bin/phing push",
"./bin/phing symlink"
],
"post-update-cmd": [
"./bin/phing push",
"./bin/phing symlink",
"@composer package"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"package": "Acquia\\Lightning\\Composer\\Package::execute",
"release-version": "Acquia\\Lightning\\Composer\\ReleaseVersion::execute",
"verify-patched-constraints": "Acquia\\Lightning\\Composer\\PatchedConstraint::execute"
},
"extra": {
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library"
],
"docroot/profiles/lightning/modules/contrib/{$name}": [
"type:drupal-module"
]
},
"patches": {
"drupal/workbench_moderation": {
"2668006 - Provide logical access control for when IPE should be applied to moderated nodes":
"https://www.drupal.org/files/issues/2668006-2.patch",
"2847078 - Revision tracker's dynamic table creation can break Views":
"https://www.drupal.org/files/issues/2847078-6.patch",
"2749503 - Add basic support for Quick Edit":
"https://www.drupal.org/files/issues/workbench_moderation-quickedit-support-2749503-6.patch"
},
"drupal/core": {
"2652138 - ImageFormatter does not support SVGs":
"https://www.drupal.org/files/issues/2652138-41.patch",
"1356276 - Allow profiles to provide a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/1356276-303.patch",
"2880374 - Experimental modules should not have warnings after being installed":
"https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch",
"2880445 - Config sync should not throw a warning when not being writable":
"https://www.drupal.org/files/issues/2880445-remove-config-write-warning-2.patch",
"2869592 - Disabled update module shouldn't produce a status report warning":
"https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch",
"2885441 - EntityReferenceAutocompleteWidget should define its size setting as an integer":
"https://www.drupal.org/files/issues/2885441-2.patch"
},
"drupal/entity_embed": {
"2832504 - Send the CKEditor instance ID to the embed.preview route":
"https://www.drupal.org/files/issues/2832504-2.patch"
},
"drupal/entity_block": {
"2844068 - Create derivatives for any viewable entity.":
"https://www.drupal.org/files/issues/entity_block-view-builder-class.patch",
"2846004 - Entity Block does not perform any access control":
"https://www.drupal.org/files/issues/2846004-2.patch"
},
"drush/drush": {
"2697 - Don't add profile dependencies to required_by array of modules":
"https://patch-diff.githubusercontent.com/raw/drush-ops/drush/pull/2697.patch"
},
"drupal/entity_browser": {
"2865928 - The View widget should filter based on field settings":
"https://www.drupal.org/files/issues/entity-browser-view-context-2865928-8.patch",
"2877751 - Inform users how many items they can add to a field that uses an entity browser":
"https://www.drupal.org/files/issues/2877751-10.patch"
},
"drupal/panels": {
"2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE":
"https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch",
"2878650 - Improve Layout Picker styling in Panels IPE":
"https://www.drupal.org/files/issues/panels-ipe-layout-picker-styling.patch",
"2825034 - Form error messages do not appear in IPE":
"https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch"
}
}
},
"require": {
"cweagans/composer-patches": "^1.5.0",
"composer/installers": "^1.2",
"drupal/core": "~8.3.1",
"drupal/embed": "^1.0",
"drupal/entity_embed": "1.0.0-beta2",
"drupal/media_entity": "^1.0",
"drupal/media_entity_instagram": "^1.0",
"drupal/media_entity_twitter": "^1.3",
"drupal/media_entity_image": "^1.0",
"drupal/ctools": "^3.0",
"drupal/panels": "4.1.0",
"drupal/page_manager": "^4.0",
"drupal/panelizer": "^4.0",
"drupal/scheduled_updates": "1.0.0-alpha6",
"drupal/workbench_moderation": "1.2.0",
"drupal/acquia_connector": "^1.1",
"drupal/config_update": "^1.1",
"drupal/features": "^3.0",
"drupal/inline_entity_form": "^1.0",
"drupal/metatag": "^1.0",
"drupal/token": "^1.0",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/pathauto": "^1.0",
"drupal/entity_browser": "1.0.0",
"drupal/views_infinite_scroll": "^1.1",
"drupal/media_entity_document": "^1.0",
"drupal/video_embed_field": "^1.0",
"drupal/contact_storage": "^1.0",
"drupal/diff": "^1.0",
"drupal/entity_block": "1.0.0-alpha2",
"drupal/search_api": "^1.0"
},
"autoload": {
"psr-4": {
"Acquia\\Lightning\\": "src",
"Acquia\\LightningExtension\\": "src/LightningExtension"
}
}
}