diff options
| author | jade (winter) | 2026-04-16 16:10:51 +0100 |
|---|---|---|
| committer | jade (winter) | 2026-04-16 16:11:35 +0100 |
| commit | e4a541e67fbd05a6bf657f95fdf221e702d50bae (patch) | |
| tree | 63f1562914a4754f5b57c0737420960fd3626200 | |
| parent | 1738df68bd39666b5598b4f9ea6f8486d1d7ba64 (diff) | |
bump minimum php to 8.4 + require curl extension
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ protocol. you should have: -* php >= 8.3 with the extensions: `dom`, `ctype`, `sockets`, `fileinfo`, `intl`, `mbstring`, `pdo_pgsql`, `openssl` +* php >= 8.4 with the extensions: `dom`, `ctype`, `sockets`, `fileinfo`, `intl`, `mbstring`, `pdo_pgsql`, `openssl`, `curl` * composer * a postgres server, database and user already set up * a beanstalkd server already running |
