Skip to content

Commit

Permalink
Move phpstan to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Jan 1, 2021
1 parent d373586 commit 55e56f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"require": {
"php": "^7.1|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.2",
"phpstan/phpstan": "^0.12.32"
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^0.12.32",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"autoload": {
Expand Down

0 comments on commit 55e56f4

Please sign in to comment.