Skip to content

Commit

Permalink
Parallel lint should be dev dependency only
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Jan 21, 2017
1 parent 44923b4 commit 1e3adf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"require": {
"php": "^7.0",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"squizlabs/php_codesniffer": "^2.7"
},
"require-dev": {
"consistence/coding-standard": "^0.12.0",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.14",
"phpstan/phpstan": "^0.5.2",
"phpunit/phpunit": "^5.7",
Expand Down

0 comments on commit 1e3adf8

Please sign in to comment.