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

@ -38,7 +38,7 @@ be locally specified in `composer.lock`:
```json
"config": {
"platform": {
"php": "7.1.3",
"php": "7.4.29",
"ext-something": "4.0"
}
}