Skip to content

Commit f08a406

Browse files
authored
Fix typo in composer install command in README (#1111)
1 parent c11500b commit f08a406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This single application could likely be split up at some point. Everything is cu
2424
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).
2525

2626
```
27-
docker run --rm -it -v $PWD:/app -u $(id -u):$(id -g) composer:2.9.2 --ignore-platform-reqs=ext-pcntl install
27+
docker run --rm -it -v $PWD:/app -u $(id -u):$(id -g) composer:2.9.2 --ignore-platform-req=ext-pcntl install
2828
```
2929

3030
### Initial setup

0 commit comments

Comments
 (0)