Skip to content
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"twig/twig": "^3.0"
},
"require-dev": {
"phpstan/phpstan": "1.6.9",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"junker/debugbar-smarty": "^0.2.1",
"hannesvdvreken/guzzle-debugbar": "^4.0.1",
"fakerphp/faker": "^1.21",
Expand Down
3 changes: 3 additions & 0 deletions dev/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ parameters:
message: '#Cannot access property \$id on object\|false.#'
path: ../modules/Core/pages/panel/users_reports.php
reportUnmatchedIgnoredErrors: false
includes:
- ../vendor/phpstan/phpstan-deprecation-rules/rules.neon
- phar://phpstan.phar/conf/bleedingEdge.neon
Loading