Skip to content

Commit

Permalink
Require PHPStan 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Dec 24, 2019
1 parent 52552aa commit c4accdb
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 @@ -12,10 +12,10 @@
"require": {
"php": "^7.1",
"nikic/php-parser": "^4.0",
"phpstan/phpstan": "^0.11"
"phpstan/phpstan": "^0.12"
},
"require-dev": {
"phpstan/phpstan": "^0.11",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.0"
},
"autoload": {
Expand Down

0 comments on commit c4accdb

Please sign in to comment.