Skip to content

Commit 87550c0

Browse files
committed
Issue #3101214 by mrinalini9, Sutharsan, Kristen Pol: Document that Core is implicitly allowed to scaffold files
1 parent 586cdf0 commit 87550c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ web hosting service provider might take its scaffold files from:
7777

7878
Each project allowed to scaffold by the top-level project will be used in turn,
7979
with 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
8182
implicitly allowed to scaffold files, and its scaffold files have highest
8283
priority.
8384

@@ -230,7 +231,7 @@ The `allowed-packages` configuration setting contains an ordered list of package
230231
names that will be used during the scaffolding phase.
231232
```
232233
"allowed-packages": [
233-
"drupal/core",
234+
"example/assets",
234235
],
235236
```
236237
### file-mapping

0 commit comments

Comments
 (0)