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

Allow more versions for php-cs-fixer

This commit is contained in:
Matthew Brown 2018-01-02 20:47:11 -05:00
parent 2ad9344ff8
commit 30754bcd52

View File

@ -32,7 +32,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.7.4",
"friendsofphp/php-cs-fixer": "^2.3",
"friendsofphp/php-cs-fixer": "^2.3|^2.4|^2.5|^2.6|^2.7|^2.8|^2.9",
"squizlabs/php_codesniffer": "^3.0",
"php-coveralls/php-coveralls": "^2.0"
},