Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 2c39e78

Browse files
committed
remove --sort-packages
1 parent 7d27d19 commit 2c39e78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/book/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ extending class.
281281

282282
> To use it, you need to install zend-mvc-console via
283283
```bash
284-
composer require zendframework/zend-mvc-console --sort-packages
284+
composer require zendframework/zend-mvc-console
285285
```
286286

287287
`Zend\Mvc\Console\Controller\AbstractConsoleController` extends from [AbstractActionController](#abstractactioncontroller)

doc/book/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ classes for you to start with:
115115
fails in non-console environments.
116116
> To use it, you need to install zend-mvc-console via
117117
```bash
118-
composer require zendframework/zend-mvc-console --sort-packages
118+
composer require zendframework/zend-mvc-console
119119
```
120120

121121
To get started, we'll create a "hello world"-style controller, with a single

0 commit comments

Comments
 (0)