forked from acquia/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
142 lines (142 loc) · 5.89 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
{
"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": {
"drush/drush": "^8.0",
"drupal/drupal-extension": "^3.2",
"drupal-composer/drupal-scaffold": "^2.0.0",
"behat/behat": "^3.0",
"drupal/coder": "8.*",
"phing/phing": "^2.14",
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~4.8",
"symfony/css-selector": "~2.8",
"drupal/devel": "^1.0",
"squizlabs/php_codesniffer": "2.*",
"se/selenium-server-standalone": "^2.53"
},
"config": {
"bin-dir": "bin/"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"scripts": {
"post-install-cmd": [
"@composer drupal-scaffold",
"./bin/phing push"
],
"post-update-cmd": [
"./bin/phing push",
"./bin/phing package"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
},
"extra": {
"packagist.drupal-composer.org": {
"discover-make-files": false
},
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"modules/contrib/{$name}": [
"type:drupal-module"
]
},
"patches": {
"drupal/panelizer": {
"2747739 - Mega Patch 8.x-3.0-alpha2 --> 54f0ac6e":
"https://www.drupal.org/files/issues/panelizer--8.x-3.0-alpha2--54f0ac6e.patch",
"2701349 - Generate new UUIDs for displays when switching from default to field storage":
"https://www.drupal.org/files/issues/2701349-2.patch",
"2700597 - Explicitly set the Panels IPE URL root when saving in Panelizer":
"https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch",
"2664682 - Implement admin UI for editing Panelizer defaults":
"https://www.drupal.org/files/issues/panelizer-2664682-93.patch",
"2793841 - Properly integrate with Panels IPE":
"https://www.drupal.org/files/issues/panelizer-panels-ipe-tempstore-id.patch"
},
"drupal/panels": {
"2793801 - Allow modules to influence the IPE tempstore ID":
"https://www.drupal.org/files/issues/2793801-9.patch"
},
"drupal/scheduled_updates": {
"2674874 - Issue saving Schedule Update Type form":
"https://www.drupal.org/files/issues/schedule_updates-save_type-2674874-2.patch",
"2720169 - Scheduled Update Type entity should not have canonical link template":
"https://www.drupal.org/files/issues/scheduled_updates-no-canonical-link-for-update-type.patch"
},
"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",
"2780691 - Incorrect EntityRevision paramconverter service definition causes a fatal error":
"https://www.drupal.org/files/issues/workbench_moderation-invalid_service_definition.patch"
},
"drupal/multiversion": {
"2822915 - Migration source plugin makes bad assumptions that can lead to data loss":
"https://www.drupal.org/files/issues/2822915-2.patch",
"2825477 - ContentEntityStorageTrait uses current entity as original, which breaks things":
"https://www.drupal.org/files/issues/2825477-2.patch"
},
"drupal/replication": {
"2814055 - Allow modules to react to replication events":
"https://www.drupal.org/files/issues/2814055-2.patch",
"2820105 - User references are not replicated":
"https://www.drupal.org/files/issues/2820105-10.patch"
},
"drupal/core": {
"2652138 - ImageFormatter does not support SVGs":
"https://www.drupal.org/files/issues/2652138-28.patch"
}
}
},
"require": {
"cweagans/composer-patches": "^1.5.0",
"composer/installers": "^1.0",
"drupal/core": "^8.2.0",
"drupal/embed": "^1.0",
"drupal/entity_embed": "^1.0",
"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.0-alpha27",
"drupal/panels": "3.0.0-beta5",
"drupal/page_manager": "1.0.0-alpha24",
"drupal/panelizer": "3.0.0-alpha2",
"drupal/scheduled_updates": "1.0.0-alpha5",
"drupal/workbench_moderation": "1.1.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",
"drupal/views_infinite_scroll": "^1.1",
"drupal/media_entity_document": "^1.0",
"drupal/video_embed_field": "^1.0",
"drupal/multiversion": "1.0.0-alpha12",
"drupal/workspace": "1.0.0-alpha4",
"drupal/replication": "1.0.0-alpha5",
"drupal/key_value": "^1.0"
},
"autoload": {
"psr-4": {
"Acquia\\LightningExtension\\": "src/LightningExtension"
}
}
}