diff options
| author | 2022-11-14 15:02:44 +0100 | |
|---|---|---|
| committer | 2022-11-14 15:02:44 +0100 | |
| commit | 570503b7f12df7d12af29905da97131b032c7da0 (patch) | |
| tree | 0bc4f9a8761e96dc1ebe79f04533a4dbb568349e /composer.json | |
| parent | acf459429b128053ef70934d3152f4b211a14396 (diff) | |
Require PHP 7.2+ (#4848)
Drop PHP 7.0- as planned https://github.com/FreshRSS/FreshRSS/discussions/3321#discussioncomment-835704
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a8d1b64ad..bac516c34 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "WebSub" ], "require": { - "php": ">=7.0", + "php": ">=7.2", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", |
