diff --git a/README.md b/README.md index a68e070be..2336fa447 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This single application could likely be split up at some point. Everything is cu It is recommended to install the php dependencies via a composer docker container as that contains the required php extensions. Everyone using the same composer version also reduces the amount of changes in `composer.lock` (and thus the potential for git conflicts). ``` -docker run --rm -it -v $PWD:/app -u $(id -u):$(id -g) composer:2.9.2 --ignore-platform-reqs=ext-pcntl install +docker run --rm -it -v $PWD:/app -u $(id -u):$(id -g) composer:2.9.2 --ignore-platform-req=ext-pcntl install ``` ### Initial setup