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

Commit a47404f

Browse files
committed
Update quickstart documentation
Without installing the zend-servicemanager, the example code throws an error since AppFactory cannot instantiate the default container.
1 parent 95b04ce commit a47404f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/book/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ $ cd expressive
1616
## 2. Install Expressive
1717

1818
If you haven't already, [install Composer](https://getcomposer.org). Once you
19-
have, we can install Expressive:
19+
have, we can install Expressive, along with a router and a container:
2020

2121
```bash
22-
$ composer require zendframework/zend-expressive aura/router
22+
$ composer require zendframework/zend-expressive aura/router zendframework/zend-servicemanager
2323
```
2424

2525
> ### Routers

0 commit comments

Comments
 (0)