Skip to content

Commit

Permalink
Fixes #61: Move phpcs to require-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Apr 20, 2020
1 parent 492a57f commit 8baa588
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"require": {
"guzzlehttp/guzzle": "^6.3",
"php": ">=7.1",
"league/oauth2-client": "^2.4",
"squizlabs/php_codesniffer": "3.*"
"league/oauth2-client": "^2.4"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0.0",
"phpunit/phpunit": "^7.0",
"phpstan/phpstan": "^0.11.19",
"phpstan/phpstan-phpunit": "^0.11.2"
"phpstan/phpstan-phpunit": "^0.11.2",
"squizlabs/php_codesniffer": "3.*"
},
"autoload":{
"psr-4":{
Expand Down
104 changes: 52 additions & 52 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8baa588

Please sign in to comment.