forked from balsama/nep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
190 lines (190 loc) · 6.78 KB
/
composer.json
File metadata and controls
190 lines (190 loc) · 6.78 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"name": "acquia/drupal-recommended-project",
"description": "Acquia-compatible Drupal application based on the Drupal Recommended Project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Acquia Engineering",
"homepage": "https://www.acquia.com",
"role": "Maintainer"
}
],
"require": {
"php": ">=8.0 || ^7",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.6",
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/core-composer-scaffold": "^9",
"drupal/core-recommended": "^9",
"drupal/entity_browser": "^2.6",
"drupal/google_analytics": "^4.0",
"drupal/honeypot": "^2.0",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/key": "^1.15",
"drupal/magazine_lite": "^1.3",
"drupal/media_entity_instagram": "^3.0",
"drupal/media_entity_twitter": "^2.7",
"drupal/media_parent_entity_link": "^1.0",
"drupal/metatag": "^1.19",
"drupal/pathauto": "^1.8",
"drupal/smtp": "^1.0",
"drupal/svg_image": "^1.15",
"drupal/upgrade_status": "^3.13",
"drupal/video_embed_field": "^2.4",
"drush/drush": "^10.6",
"oomphinc/composer-installers-extender": "^1.1 || ^2"
},
"require-dev": {
"acquia/coding-standards": "^0.8.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
},
"config": {
"platform": {
"php": "8.0"
},
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true,
"cweagans/composer-patches": true,
"ergebnis/composer-normalize": true,
"drupal/core-composer-scaffold": true,
"oomphinc/composer-installers-extender": true
}
},
"extra": {
"composer-exit-on-patch-failure": true,
"drupal-scaffold": {
"file-mapping": {
"[profile-root]/.editorconfig": false,
"[profile-root]/.gitattributes": false,
"[profile-root]/.travis.yml": false,
"[profile-root]/acquia-pipelines.yml": false,
"[web-root]/sites/default/default.services.yml": {
"mode": "replace",
"overwrite": false,
"path": "docroot/core/assets/scaffold/files/default.services.yml"
},
"[web-root]/sites/default/default.settings.php": {
"mode": "replace",
"overwrite": false,
"path": "docroot/core/assets/scaffold/files/default.settings.php"
}
},
"gitignore": true,
"locations": {
"web-root": "docroot/"
}
},
"enable-patching": true,
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"docroot/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
]
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/google_analytics": {
"3246597 - Missing dependency on v4": "https://www.drupal.org/files/issues/2021-11-08/google_analytics-3246597-3-with-packaging-info.patch"
},
"drupal/core": {
"3260554 - [drupalMedia] Support alignment on <drupal-media>": "https://www.drupal.org/files/issues/2022-02-08/3260554-30-94x.patch"
}
},
"violinist": {
"allow_updates_beyond_constraint": 0,
"blocklist": [
"drupal/core-composer-scaffold"
],
"bundled_packages": {
"drupal/core-recommended": [
"drupal/core-composer-scaffold"
]
}
}
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"asset-packagist": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"acms:install": [
"bash ./docroot/profiles/contrib/acquia_cms/install-acms"
],
"app-deploy": [
"echo \u001b\"[33mRunning composer app-deploy script. Edit composer.json scripts.app-deploy to modify test commands.\u001b[0m\"",
"acli push:artifact --no-interaction -vvv"
],
"app-fix-phpcbf": [
"phpcbf"
],
"app-test-all": [
"echo \u001b\"[33mRunning composer app-test-all script. Edit composer.json scripts.app-test-all to modify test commands.\u001b[0m\"",
"@app-test-unit"
],
"app-test-unit": [
"echo \u001b\"[33mRunning PHP Unit. Create or edit phpunit.xml.dist to change configuration.\u001b[0m\"",
"phpunit -vvv"
],
"app-validate-all": [
"echo \u001b\"[33mRunning composer app-validate-all script. Edit composer.json scripts.app-validate-all to modify validate commands.\u001b[0m\"",
"@app-validate-php-lint",
"@app-validate-phpcs",
"@app-validate-phpstan"
],
"app-validate-php-lint": [
"find src -name '*.php' -print0 | xargs -0 -n1 php -l",
"find tests -name '*.php' -print0 | xargs -0 -n1 php -l"
],
"app-validate-phpcs": [
"echo \u001b\"[33m Running PHP Code Sniffer. Create or edit phpcs.xml.dist to change configuration.\u001b[0m\"",
"phpcs"
],
"app-validate-phpstan": [
"echo \u001b\"[33mRunning PHP Stan. Create or edit phpstan.neon.dist to change configuration.\u001b[0m\"",
"phpstan analyze"
],
"nuke": [
"rm -rf docroot vendor composer.lock"
]
}
}