You've already forked postfixadmin
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user