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

fix composer.json irc spec, move to use phar/psalm

This commit is contained in:
David Goodwin 2023-12-24 19:34:37 +00:00
parent 06c32173c5
commit b65f7ef627

View File

@ -19,7 +19,7 @@
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ .",
"test": "@php ./vendor/bin/phpunit --coverage-clover ./clover.xml tests/",
"test-fixup": "mkdir -p templates_c ; test -f config.local.php || touch config.local.php",
"psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false "
"psalm": "@php ./vendor/bin/psalm.phar --no-cache --show-info=false "
},
"require": {
"php": ">=7.4",
@ -34,10 +34,10 @@
"ext-mbstring": "*",
"friendsofphp/php-cs-fixer": "^3.0",
"php-parallel-lint/php-parallel-lint": "^1.0",
"php": ">7.2.0",
"php": ">= 7.4",
"php-coveralls/php-coveralls": "*",
"phpunit/phpunit": "8.*",
"vimeo/psalm":"^4.0",
"psalm/phar":"^4.0",
"shardj/zf1-future" : "^1.12"
},
"autoload": {
@ -48,7 +48,7 @@
]
},
"support": {
"irc": "https://web.libera.chat/#postfixadmin",
"irc": "irc://irc.libera.chat/postfixadmin",
"issues": "https://github.com/postfixadmin/postfixadmin/issues"
}
}