We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16bb3bc + 7afc9a2 commit 7ff2bfbCopy full SHA for 7ff2bfb
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