1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-12 22:51:27 +03:00

silence psalm a little; bump parallel-lint version

This commit is contained in:
David Goodwin
2018-06-18 21:43:18 +01:00
parent 532eb09f1f
commit 45fd1bf08b

View File

@@ -7,7 +7,8 @@
"check-format": "php-cs-fixer fix --ansi --dry-run --diff",
"format": "php-cs-fixer fix --ansi",
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ .",
"test": "@php ./vendor/bin/phpunit tests/"
"test": "@php ./vendor/bin/phpunit tests/",
"psalm": "@php ./vendor/bin/psalm --show-info=false "
},
"require": {
"php": ">=5.2"
@@ -15,7 +16,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.7",
"vimeo/psalm":"^1.0",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpunit/phpunit": "^5.7",
"zendframework/zendframework1": "^1.12.0"
}