Closed leocavalcante closed 2 years ago
It also fixes current documentation that says to run:
docker run --rm -v "$(pwd)":/var/www -t phpswoole/swoole:latest-dev composer update -n
But it actually fails because phpswoole/swoole:latest-dev doesn't have ext-redis which is required by the composer.json manifest file.
phpswoole/swoole:latest-dev
ext-redis
composer.json
This PR should wait #143 and #144 to be green
It also fixes current documentation that says to run:
But it actually fails because
phpswoole/swoole:latest-dev
doesn't haveext-redis
which is required by thecomposer.json
manifest file.This PR should wait #143 and #144 to be green