PHP bump, 7.2 is stable now, let's require at least 7.1

This commit is contained in:
Shish 2018-11-05 19:47:05 +00:00
parent b93026ac1d
commit 15f0847434
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ check out one of the versioned branches.
# Requirements
- MySQL/MariaDB 5.1+ (with experimental support for PostgreSQL 9+ and SQLite 3)
- [Stable PHP](https://en.wikipedia.org/wiki/PHP#Release_history) (7.0+ as of writing)
- [Stable PHP](https://en.wikipedia.org/wiki/PHP#Release_history) (7.1+ as of writing)
- GD or ImageMagick
# Installation

View file

@ -23,7 +23,7 @@
],
"require" : {
"php" : ">=7.0",
"php" : ">=7.1",
"flexihash/flexihash" : "^2.0.0",
"ifixit/php-akismet" : "1.*",