Skip to content

Commit 9c1ed17

Browse files
authored
phpstan level 5 (#134)
1 parent a64f14e commit 9c1ed17

File tree

13 files changed

+335
-90
lines changed

13 files changed

+335
-90
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
},
55
"require-dev": {
66
"friendsofphp/php-cs-fixer": "^3.73",
7-
"glpi-project/tools": "^0.7"
7+
"glpi-project/tools": "^0.7.4",
8+
"php-parallel-lint/php-parallel-lint": "^1.4",
9+
"phpstan/extension-installer": "^1.4",
10+
"phpstan/phpstan": "^2.1",
11+
"phpstan/phpstan-deprecation-rules": "^2.0"
812
},
913
"config": {
1014
"optimize-autoloader": true,

0 commit comments

Comments
 (0)