Skip to content

Commit

Permalink
Merge pull request #10 from mremi/master
Browse files Browse the repository at this point in the history
fix(deps): move phpstan/phpstan-phpunit in require-dev and update ver…
  • Loading branch information
mremi authored Feb 15, 2019
2 parents fb24ea3 + 63f0caa commit 72357b4
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 @@ -13,11 +13,11 @@
}
],
"require": {
"php": "^7.1",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-phpunit": "^0.10"
"php": "^7.1",
"phpstan/phpstan": "^0.11"
},
"require-dev": {
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.2",
"friendsofphp/php-cs-fixer": "^2.12",
"sensiolabs/security-checker": "^5.0"
Expand Down

0 comments on commit 72357b4

Please sign in to comment.