Skip to content

Commit

Permalink
[BUILD] Added more strict phpstan rules
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jul 27, 2019
1 parent fadc6cf commit 3f7d256
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vendor-bin/phpstan/composer.json
@@ -1,9 +1,12 @@
{
"require": {
"ekino/phpstan-banned-code": "^0.1",
"jangregor/phpstan-prophecy": "^0.4",
"pepakriz/phpstan-exception-rules": "^0.8",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11"
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-symfony": "^0.11"
},
"conflict": {
"phpunit/phpunit": ">=8.0"
Expand Down

0 comments on commit 3f7d256

Please sign in to comment.