silence psalm a little; bump parallel-lint version

pull/194/head
David Goodwin 8 years ago
parent 532eb09f1f
commit 45fd1bf08b

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

Loading…
Cancel
Save