forked from dreamfony/dv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
173 lines (173 loc) · 6.55 KB
/
composer.json
File metadata and controls
173 lines (173 loc) · 6.55 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "acquia/blt-project",
"description": "Project template for Drupal 8 sites built with BLT.",
"type": "project",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "DMT-IT",
"role": ""
}
],
"require": {
"composer/installers": "^1.0.20",
"drupal-composer/drupal-scaffold": "^2.0.1",
"cweagans/composer-patches": "dev-master#5456199acdcc16b243814aa45259f4c56272a634 as 1.5.0",
"drupal/core": "~8.2.0",
"drupal/console": "1.0.0-beta5",
"drupal/address": "^1@beta",
"drupal/geofield": "~1.0",
"drupal/config_inspector": "~1@beta",
"drupal/group": "~1",
"drupal/inline_entity_form": "~1.0",
"drupal/masquerade": "~2.0",
"drupal/pathauto": "~1.0",
"drupal/recaptcha": "~2.0",
"drupal/persistent_login": "~1.0",
"drupal/rabbit_hole": "~1.0",
"drupal/admin_toolbar": " ~1.0",
"drupal/entity": " ~1.0",
"drupal/field_group": " ~1.0",
"drupal/geocoder": " ~2.0",
"drupal/override_node_options": " ~2.0",
"drupal/profile": "~1.0",
"drupal/r4032login": "~1.0",
"drupal/config_update": "~1.0",
"drupal/features": "^3.0",
"drupal/migrate_plus": "~2.0",
"drupal/migrate_tools": "~2.0",
"drupal/rules": "~3.0",
"drupal/coffee": "~1.0",
"drupal/hook_event_dispatcher": "~1.0",
"nikkobautista/geonames": "~1.0",
"drupal/file_entity": "~2.0",
"drupal/message": "~1.0",
"drupal/dynamic_entity_reference": "~1.0",
"drupal/queue_ui": "~2.0",
"drupal/entity_browser": "~1.0",
"drupal/votingapi": "~3.0",
"drupal/flag": "~4.0",
"drupal/like_and_dislike": "~1.0",
"drupal/email_registration": "~1.0",
"drupal/user_registrationpassword": "~1.0",
"acquia/blt": "8.5.2",
"drupal/acquia_connector": "^1.5",
"drupal/libraries": "3.x-dev#fa93a5aec2cfcfd5717e42c7112e381487fed9fd",
"drupal/token": "1.0-beta2",
"drupal/memcache": "^2.0-alpha2",
"drupal/seckit": "^1.0-alpha2",
"drupal/security_review": "^1.0",
"drupal/search_api_solr": "^1.0@beta",
"drupal/search_api": "^1.0@beta",
"drupal/default_content": "~1.0",
"drupal/config_readonly": "^1.0@beta",
"drupal/environment_indicator": "^3.0@beta",
"drupal/cors": "^1.0",
"drupal/sitemap": "^1.2",
"drupal/search_api_autocomplete": "^1.0@alpha",
"drupal/components": "^1.0",
"drupal/bootstrap": "^3.1"
},
"require-dev": {
"behat/behat": "^3.1",
"behat/mink": "~1.7",
"behat/mink-selenium2-driver": "^1.3.1",
"drupal/coder": "^8.2.9",
"drupal/drupal-extension": "^3.2",
"drush/drush": "^9.0",
"jarnaiz/behat-junit-formatter": "^1.3.2",
"phpunit/phpunit": "^5.4",
"se/selenium-server-standalone": "^2.53",
"squizlabs/php_codesniffer": "^2.7",
"phing/phing": "^2.14",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"mikey179/vfsStream": "~1.2",
"symfony/css-selector": "~2.8",
"drupal/devel": "^1.0",
"geerlingguy/drupal-vm": "~3.4",
"codeclimate/php-test-reporter": "^0.3.2"
},
"scripts": {
"post-create-project-cmd": [
"rm -f .travis.yml",
"rm -f README.md",
"rm -f LICENSE.txt",
"blt create-project"
],
"blt-alias": "blt install-alias -Dcreate_alias=true",
"nuke": [
"rm -rf vendor composer.lock",
"@composer clearcache",
"@composer install"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"autoload-dev": {
"psr-4": {
"Drupal\\Tests\\PHPUnit\\": "tests/phpunit/src/"
}
},
"extra": {
"blt": {
"update": true
},
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"patches": {
"drupal/profile": {
"Fixes access control on entities": "https://www.drupal.org/files/issues/profile-accesscontrol-2703825-6.patch"
},
"drupal/address": {
"Fix form errorElement": "https://www.drupal.org/files/issues/address-2619878-29.patch"
},
"drupal/group": {
"Fix fatal error when uploading files for group": "https://www.drupal.org/files/issues/error-when-uploading-files-2793621-5.patch",
"https://www.drupal.org/node/2736233": "https://www.drupal.org/files/issues/groups-add_subgroups_module-2736233-3-D8.patch",
"https://www.drupal.org/node/2746839 - develgenerate": "https://www.drupal.org/files/issues/develGenerate.patch"
},
"drupal/user_registrationpassword": {
"https://www.drupal.org/node/2805963": "https://www.drupal.org/files/issues/user_registrationpassword-register-config-save-2805963-5.patch"
},
"drupal/file_entity": {
"https://www.drupal.org/node/2758043" : "https://www.drupal.org/files/issues/field_storage_not_installed-2758043-36.patch"
},
"drupal/features": {
"https://www.drupal.org/node/2383439" : "https://www.drupal.org/files/issues/features_revert_permissions_drop-2383439-8.patch",
"https://www.drupal.org/node/2668562 #4" : "https://www.drupal.org/files/issues/features-not_detecting_profile_files-2668562-4.patch"
}
},
"drupal-scaffold": {
"initial": {
"sites/default/default.services.yml": "sites/default/services.yml",
"sites/default/default.settings.php": "sites/default/settings.php"
}
},
"enable-patching": true
}
}