Skip to content

Commit

Permalink
Moved php-cs-fixer to dev dependency where it belongs to
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Apr 30, 2019
1 parent 3804282 commit 9d83e50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"php": ">=7.0.0",
"symfony/config": "^2.3|^3.0|^4",
"symfony/translation": "^2.3|^3.0|^4",
"symfony/yaml": "^2.3|^3.0|^4",
"friendsofphp/php-cs-fixer": "^2.14"
"symfony/yaml": "^2.3|^3.0|^4"
},
"require-dev": {
"thunderer/shortcode": "^0.7",
"phpspec/phpspec": "^2",
"phpunit/phpunit": "^4.5|^5.0"
"phpunit/phpunit": "^4.5|^5.0",
"friendsofphp/php-cs-fixer": "^2.14"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 9d83e50

Please sign in to comment.