1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Drop PHP prior to 7.4

This commit is contained in:
Yassine Guedidi 2022-05-13 00:54:21 +02:00
parent 788cb7c4c3
commit 1bd86e156e
5 changed files with 10 additions and 22 deletions

View file

@ -24,7 +24,7 @@ If you want to test using an other database than SQLite, uncomment the `postgres
### Using your own PHP server
- Ensure you are running PHP > 7.1.
- Ensure you are running PHP >= 7.4.
- Clone the repository
- Launch `composer install`
- If you got some errors, fix them (they might be related to some missing PHP extension from your machine)