Commit 693ec944 by Carsten Brandt

simplified composer call to one

speed up process a lot because 3 composer updates are reduced to one
parent 31a17d67
......@@ -7,9 +7,7 @@ After creating and setting up the advanced application, follow these steps to pr
1. Install Codeception if it's not yet installed:
```
composer global require "codeception/codeception=2.0.*"
composer global require "codeception/specify=*"
composer global require "codeception/verify=*"
composer global require "codeception/codeception=2.0.*" "codeception/specify=*" "codeception/verify=*"
```
If you've never used Composer for global packages run `composer global status`. It should output:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment