1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Pin PHPCS version

This commit is contained in:
Brown 2019-03-19 11:46:51 -04:00
parent 8ed5e661a4
commit 1f4191fcfa

View File

@ -45,7 +45,7 @@
"prefer-stable": true,
"require-dev": {
"phpunit/phpunit": "^6.0 || ^7.0",
"squizlabs/php_codesniffer": "^3.0",
"squizlabs/php_codesniffer": "3.4.0",
"bamarni/composer-bin-plugin": "^1.2",
"psalm/plugin-phpunit": "^0.5.1"
},