Newer
Older
{
"name": "drupal-development/eca",
"description": "Environment for local ECA development",
"type": "project",
"keywords": [
"Drupal",
"Development",
"Install",
"Update"
],
"homepage": "https://gitlab.lakedrops.com/drupal/development/eca",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Jürgen Haas",
"email": "juergen.haas@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Daniel Speicher",
"email": "daniel.speicher@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Richard Papp",
"email": "richard.papp@boromino.com",
"homepage": "http://www.boromino.com",
"role": "Drupal Expert"
}
],
"support": {
"issues": "https://gitlab.lakedrops.com/drupal/development/eca/issues",
"source": "https://gitlab.lakedrops.com/drupal/development/eca/tree/main"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "ckeditor/templates",
"type": "drupal-library",
"version": "4.11.1",
"dist": {
"type": "zip",
"url": "https://download.ckeditor.com/templates/releases/templates_4.11.1.zip",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "d3/d3",
"version": "v3.5.17",
"type": "drupal-library",
"source": {
"url": "https://github.com/d3/d3.git",
"type": "git",
"reference": "tags/v3.5.17"
}
}
},
{
"type": "package",
"package": {
"name": "highlightjs/highlightjs",
"version": "11.2.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/highlightjs/highlight.js.git",
"type": "git",
"reference": "tags/11.2.0"
}
}
}
],
"require": {
"php": ">=7.4",
"ext-dom": "*",
"ext-json": "*",
"drupal/bpmn_io": "1.0.x-dev",
"drupal/camunda": "^1.0@alpha",
"drupal/colorbox": "^1.7",
"drupal/commerce": "^2.30",
"drupal/config_devel": "^1.8",
"drupal/context_stack": "^1.0",
"drupal/danse": "2.2.x",
"drupal/danse_label_override": "^1.0@alpha",
"drupal/digest": "^1.0@RC",
"drupal/digital_signage_framework": "^2.4",
"drupal/eca_state_machine": "1.0.x-dev",
"drupal/eca_tamper": "1.0.x-dev",
"drupal/feeds_tamper": "^2.0@beta",
"drupal/flag": "^4.0@beta",
"drupal/group_action": "^1.0@beta",
"drupal/group_forum": "^2.0",
"drupal/helpdesk_integration": "^1.1",
"drupal/helpdesk_zendesk": "^1.0",
"drupal/json_api_book": "1.0.x-dev",
"drupal/libravatar": "^1.0@RC",
"drupal/push_framework": "^2.1",
"drupal/redirect": "^1.7",
"drupal/rules": "^3.0@alpha",
"drupal/services": "^4.0@beta",
"drupal/workflow": "^1.5",
"drupal/wysiwyg_template": "^2.3",
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"discard-changes": true,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"lakedrops/docker4drupal": true,
"lakedrops/ahoy": true,
"lakedrops/behat4drupal": true,
"lakedrops/dorgflow": true,
"lakedrops/drupal-environment": true,
"lakedrops/drupal-development-environment": true,
"endroid/installer": true
"patches-file": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/develop/patches/d9.json",
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
"drupal-scaffold": {
"allowed-packages": [
"drupal/core"
],
"locations": {
"web-root": "./web"
},
"file-mapping": {
"[project-root]/.editorconfig": false,
"[project-root]/.gitattributes": false,
"[web-root]/example.gitignore": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false,
"[web-root]/sites/README.txt": false,
"[web-root]/sites/development.services.yml": false,
"[web-root]/sites/example.settings.local.php": false,
"[web-root]/sites/example.sites.php": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/themes/README.txt": false
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"drush/Commands/{$name}": [
"type:drupal-drush"
]
}
}
}