Skip to content

Commit

Permalink
move phpcs to dev requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard authored and pradzikowski committed Mar 24, 2017
1 parent 7071da5 commit 6f4583f
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 110 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=7.1",
"squizlabs/php_codesniffer": "^2.8"
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^6.0",
"squizlabs/php_codesniffer": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6f4583f

Please sign in to comment.