File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ Depending in the Drupal release you want you should use a different branch.
50
50
51
51
| Drupal release | Boilerplate branch | Example command |
52
52
| --- | --- | --- |
53
+ | 10.x | 3.x branch | composer create-project --ignore-platform-reqs metadrop/drupal-boilerplate my-project |
53
54
| 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 |
55
55
56
56
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.
59
58
60
59
60
+ Because this boilerplate uses drupal/core-recommended under the hood you will get an updated release of the chosen core.
61
61
62
62
63
63
Once Composer finalizes the project creation an assistant will be automatically run. It will ask you a few questions:
You can’t perform that action at this time.
0 commit comments