Skip to content

Commit b7d5763

Browse files
committed
Update command to use the boilerplate
1 parent 5592d34 commit b7d5763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Depending in the Drupal release you want you should use a different branch.
5050

5151
| Drupal release | Boilerplate branch | Example command |
5252
|--- |--- |--- |
53+
| 10.x | 3.x branch | composer create-project --ignore-platform-reqs metadrop/drupal-boilerplate my-project |
5354
| 9.x | 2.x branch | composer create-project --ignore-platform-reqs metadrop/drupal-boilerplate:^2 my-project |
54-
| 10.x | 3.x branch | composer create-project --ignore-platform-reqs metadrop/drupal-boilerplate:3.0.0-beta7 my-project |
5555

5656

57-
58-
Because this boilerplate uses drupal/core-recommended under the hood you will get an updated release of the chosen core.
57+
NOTE: 2.x branch is minimally maintained because Drupal9 support ends Nomvember, 2023.
5958

6059

60+
Because this boilerplate uses drupal/core-recommended under the hood you will get an updated release of the chosen core.
6161

6262

6363
Once Composer finalizes the project creation an assistant will be automatically run. It will ask you a few questions:

0 commit comments

Comments
 (0)