From e7e4db882f83a5a640f3bc9d35d6453f461953a5 Mon Sep 17 00:00:00 2001 From: Magicalex Date: Sun, 30 May 2021 23:30:07 +0200 Subject: [PATCH] docs(): update doc for php8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9737069..f6f1b58 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,8 @@ services: - /mnt/docker/flarum/nginx:/etc/nginx/flarum ``` -This example install php7-gmp php7-session and php7-brotli with apk -You can find a php extension here https://pkgs.alpinelinux.org/packages?name=php7-*&branch=v3.12&arch=x86_64 +This example install php8-gmp php8-session and php8-brotli with apk +You can find a php extension here https://pkgs.alpinelinux.org/packages?name=php8-*&branch=v3.13&arch=x86_64 ### Install custom extensions