Skip to content

Commit

Permalink
Depend on PHPStan for development
Browse files Browse the repository at this point in the history
This is for willdurand#89 - to ensure correct type hints are provided
to developers who use IDEs.
  • Loading branch information
g105b committed Feb 15, 2022
1 parent 0d914a0 commit d8a356a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"require-dev": {
"symfony/phpunit-bridge": "^5.0",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.4"
}
}

0 comments on commit d8a356a

Please sign in to comment.