Skip to content

Commit 3abd264

Browse files
hansfnjcnventura
authored andcommitted
Removing redundant "--stability dev" from installation command (#450)
Fixes #449.
1 parent 8afb834 commit 3abd264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
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:7.x-dev some-dir --stability dev --no-interaction
23+
composer create-project drupal-composer/drupal-project:7.x-dev some-dir --no-interaction
2424
```
2525

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

0 commit comments

Comments
 (0)