From e71f6bb5280f7141cd2c3fc1f64ca2051a7cd209 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 29 Dec 2022 16:35:20 +0100 Subject: [PATCH] Documented support for PHP 8.2 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a7ae3a..e721d8a1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The idea is that you can just generate a container using the image and provide t First, make sure the host where you are going to run shlink fulfills these requirements: -* PHP 8.1 +* PHP 8.1 or 8.2 * The next PHP extensions: json, curl, pdo, intl, gd and gmp/bcmath. * apcu extension is recommended if you don't plan to use openswoole. * xml extension is required if you want to generate QR codes in svg format.