Dropped support for PHP 7.1

This commit is contained in:
Alejandro Celaya
2019-04-09 22:40:15 +02:00
parent 20c3bde036
commit c2c659b0fe
4 changed files with 6 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-json": "*",
"ext-pdo": "*",
"acelaya/ze-content-based-error-handler": "^2.2",