diff options
| author | 2022-08-10 09:36:54 +0200 | |
|---|---|---|
| committer | 2022-08-10 09:36:54 +0200 | |
| commit | e86c10e2f554ba60e95f745b3b062262b37c7188 (patch) | |
| tree | 321c12bf9e253e9baec81df0d67f75df90a1dd8e /docs/en/developers | |
| parent | 82ac1d1e676f93b1567eba608c00c6edaf401a9e (diff) | |
Composer require php extensions (#4497)
#fix https://github.com/FreshRSS/FreshRSS/discussions/4494
Diffstat (limited to 'docs/en/developers')
| -rw-r--r-- | docs/en/developers/02_First_steps.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developers/02_First_steps.md b/docs/en/developers/02_First_steps.md index 929f92a57..bc6361167 100644 --- a/docs/en/developers/02_First_steps.md +++ b/docs/en/developers/02_First_steps.md @@ -104,7 +104,7 @@ yum install -y git make npm php-cli php-curl php-mbstring php-xml php-pdo unzip ### Alpine Linux ```sh -apk add git make npm php-cli php-curl php-ctype php-dom php-mbstring php-openssl php-phar php-simplexml php-xml php-pdo php-tokenizer php-xmlwriter unzip wget +apk add git make npm php-cli php-curl php-ctype php-dom php-mbstring php-openssl php-phar php-simplexml php-xml php-pdo php-tokenizer php-xmlreader php-xmlwriter unzip wget ``` ### Partial fixes & tests |
