Run PHPstan during travis.

This commit is contained in:
Jan Böhmer 2020-02-01 18:56:31 +01:00
parent dd1f806c4e
commit a9293b7ceb
2 changed files with 9 additions and 1 deletions

View file

@ -110,7 +110,8 @@
],
"post-update-cmd": [
"@auto-scripts"
]
],
"phpstan": "vendor/bin/phpstan analyse src --level 2 --memory-limit 1GB"
},
"conflict": {
"symfony/symfony": "*"