Drop support for PHP 8.1

This commit is contained in:
Alejandro Celaya
2023-05-29 09:43:12 +02:00
parent 07ce5f05a2
commit ee6a8ede0a
12 changed files with 32 additions and 20 deletions

View File

@@ -32,11 +32,11 @@ You can learn how to use the official docker image by reading [the docs](https:/
The idea is that you can just generate a container using the image and provide the custom config via env vars.
## Self hosted
## Self-hosted
First, make sure the host where you are going to run shlink fulfills these requirements:
* PHP 8.1 or 8.2
* PHP 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.