add phpstan

This commit is contained in:
Tac Tacelosky 2021-11-30 07:49:00 -05:00
parent 6decbb73f9
commit 7e0b145307

View file

@ -26,7 +26,9 @@
"require-dev": {
"symfony/phpunit-bridge": "^4.4.0 || ^5.0 || ^6.0",
"symfony/templating": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-symfony": "^1.0"
},
"suggest": {
"symfony/twig-bundle": "to use the Twig markdown filter"