diff options
| author | 2022-11-14 15:02:44 +0100 | |
|---|---|---|
| committer | 2022-11-14 15:02:44 +0100 | |
| commit | 570503b7f12df7d12af29905da97131b032c7da0 (patch) | |
| tree | 0bc4f9a8761e96dc1ebe79f04533a4dbb568349e /lib/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 'lib/composer.json')
| -rw-r--r-- | lib/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/composer.json b/lib/composer.json index 017adfea6..4e4e1c051 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">=7.0.0", + "php": ">=7.2.0", "phpgt/cssxpath": "dev-master#4fbe420aba3d9e729940107ded4236a835a1a132", "phpmailer/phpmailer": "6.6.0" }, |
