Skip to content

Commit 5a5306b

Browse files
hansfnshrop
authored andcommitted
Removing redundant "--stability dev" from installation command (drupal-composer#450)
Fixes drupal-composer#449.
1 parent d0d8919 commit 5a5306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for your setup.
2020
After that you can create the project:
2121

2222
```
23-
composer create-project drupal-composer/drupal-project:8.x-dev some-dir --stability dev --no-interaction
23+
composer create-project drupal-composer/drupal-project:8.x-dev some-dir --no-interaction
2424
```
2525

2626
With `composer require ...` you can download new dependencies to your

0 commit comments

Comments
 (0)