Skip to content

Commit

Permalink
Move the php-cs-fixer to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasKuehneEllerhold committed Sep 5, 2018
1 parent 0fc2a08 commit 1c58fe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -10,11 +10,11 @@
],
"require" : {
"php": ">=5.6",
"icewind/streams": ">=0.2.0",
"friendsofphp/php-cs-fixer": "^2.13"
"icewind/streams": ">=0.2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^5.7",
"friendsofphp/php-cs-fixer": "^2.13"
},
"autoload" : {
"psr-4": {
Expand Down

0 comments on commit 1c58fe9

Please sign in to comment.