Add '@dev' for phpunit to fix error about incorrect versions

This commit is contained in:
Erik Waibel 2018-02-07 15:22:48 -07:00
parent 72fba63908
commit 7d70979395

View File

@ -61,7 +61,7 @@
"bin/md2resume"
],
"require-dev": {
"phpunit/phpunit": "^6.2",
"phpunit/phpunit": "^6.2@dev",
"squizlabs/php_codesniffer": "^3.0@dev",
"jakub-onderka/php-parallel-lint": "dev-master",
"jakub-onderka/php-console-highlighter": "dev-master"