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

upstream php project no longer supports PHP 8.0 or below, Wordpress requires at least 7.4 ... so perhaps claiming to support 7.2/7.3 is unnecessary

This commit is contained in:
David Goodwin 2023-11-29 22:08:29 +00:00
parent 03e73aa390
commit 4e29d3e719

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"
},
@ -32,7 +32,7 @@
"ext-mbstring": "*",
"friendsofphp/php-cs-fixer": "^3.0",
"php-parallel-lint/php-parallel-lint": "^1.0",
"php": ">7.2.0",
"php": ">7.4.0",
"php-coveralls/php-coveralls": "*",
"phpunit/phpunit": "8.*",
"vimeo/psalm":"^4.0",