We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bb3bc commit 7afc9a2Copy full SHA for 7afc9a2
docs/book/quick-start.md
@@ -17,7 +17,7 @@ If you have not yet done so, [install Composer](https://getcomposer.org/doc/00-i
17
Once you have, use the `create-project` command to create a new application:
18
19
```bash
20
-$ composer create-project -sdev laminas/laminas-mvc-skeleton my-application
+$ composer create-project -s dev laminas/laminas-mvc-skeleton my-application
21
```
22
23
## Create a Controller
0 commit comments