File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,8 @@ web hosting service provider might take its scaffold files from:
7777
7878Each project allowed to scaffold by the top-level project will be used in turn,
7979with projects declared later in the ` allowed-packages ` list taking precedence
80- over the projects named before. The top-level composer.json itself is always
80+ over the projects named before. ` drupal/core ` is implicitly allowed and will be
81+ placed at the top of the list. The top-level composer.json itself is also
8182implicitly allowed to scaffold files, and its scaffold files have highest
8283priority.
8384
@@ -230,7 +231,7 @@ The `allowed-packages` configuration setting contains an ordered list of package
230231names that will be used during the scaffolding phase.
231232```
232233"allowed-packages": [
233- "drupal/core ",
234+ "example/assets ",
234235],
235236```
236237### file-mapping
You can’t perform that action at this time.
0 commit comments