docs: fix php7.4 imagick version (#4937)

This commit is contained in:
Alexis Saettler
2021-03-07 19:08:04 +01:00
committed by GitHub
parent cb0d0856d4
commit 87af683c9b
4 changed files with 3 additions and 36 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ Then install php 7.4 with these extensions:
sudo apt update
sudo apt install -y php7.4 php7.4-cli php7.4-common php7.4-fpm \
php7.4-json php7.4-opcache php7.4-mysql php7.4-mbstring php7.4-zip \
php7.4-bcmath php7.4-intl php7.4-xml php7.4-curl php7.4-gd php7.4-gmp php-imagick
php7.4-bcmath php7.4-intl php7.4-xml php7.4-curl php7.4-gd php7.4-gmp php7.4-imagick
```
**Composer:** After you're done installing PHP, you'll need the [Composer](https://getcomposer.org/download/) dependency manager.