Newer
Older
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
{
"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/master"
},
"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"
}
}
}
],
"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/drd": "^4.0",
"drupal/eca": "1.0.x-dev",
"drupal/eca_entity_share": "1.0.x-dev",
"drupal/eca_state_machine": "1.0.x-dev",
"drupal/eca_tamper": "1.0.x-dev",
"drupal/entity_share": "^3.0@RC",
"drupal/feeds_tamper": "^2.0@beta",
"drupal/flag": "^4.0@beta",
"drupal/group_action": "^1.0@beta",
"drupal/pf_alerta": "^2.1",
"drupal/push_framework": "^2.1",
"drupal/redirect": "^1.7",
"drupal/rules": "^3.0@alpha",
"drupal/services": "^4.0@beta",
"drupal/state_machine": "^1.6",
"drupal/views_bulk_operations": "^4.1",
"drupal/workflow": "^1.5",
"drupal/wysiwyg_template": "^2.3",
"lakedrops/d9-project-scaffold": "^1.2||dev-master"
},
"require-dev": {
"lakedrops/drupal-development-environment": "^3.0||dev-master"
},
"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
}
},
"extra": {
"patches-file": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/master/patches/d9.json",
"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"
]
}
}
}