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

require PHP 5.6+

This commit is contained in:
David Goodwin 2019-10-19 20:32:00 +01:00
parent 4aa3110712
commit 1df7f15d40

View File

@ -18,7 +18,7 @@
"psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false " "psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false "
}, },
"require": { "require": {
"php": ">=5.2" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"ext-mysqli": "*", "ext-mysqli": "*",
@ -28,7 +28,7 @@
"php": ">7.2.0", "php": ">7.2.0",
"php-coveralls/php-coveralls" : "*", "php-coveralls/php-coveralls" : "*",
"phpunit/phpunit": "^6.0", "phpunit/phpunit": "^6.0",
"vimeo/psalm":"3.0.8", "vimeo/psalm":"^3.0",
"zendframework/zendframework1": "^1.12.0" "zendframework/zendframework1": "^1.12.0"
}, },
"autoload": { "autoload": {