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

i thought i moved php to >= 7.4

This commit is contained in:
David Goodwin 2023-12-23 21:30:43 +00:00
parent 56b21b7cf4
commit 1dc6ebe834

View File

@ -22,7 +22,7 @@
"psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false "
},
"require": {
"php": ">=7.2",
"php": ">=7.4",
"smarty/smarty": "^3|^4",
"postfixadmin/password-hashing": "^0.0.1",
"endroid/qr-code": "^4.6",