0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

bump PHP version once again (require 7.2+)

This commit is contained in:
David Goodwin 2021-05-08 21:45:50 +01:00
parent 59f0b89233
commit ce79972653

View File

@ -19,7 +19,7 @@
"psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false "
},
"require": {
"php": ">=7.0"
"php": ">=7.2"
},
"require-dev": {
"ext-mysqli": "*",