Skip to content

Commit 04f47aa

Browse files
authored
phpstan level 5 (#164)
* phpstan level 5 * deprecated query
1 parent cf5863b commit 04f47aa

File tree

9 files changed

+195
-95
lines changed

9 files changed

+195
-95
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@
55
"require-dev": {
66
"glpi-project/tools": "^0.7.4",
77
"php-parallel-lint/php-parallel-lint": "^1.4",
8+
"phpstan/extension-installer": "^1.4",
89
"phpstan/phpstan": "^2.1",
10+
"phpstan/phpstan-deprecation-rules": "^2.0",
911
"squizlabs/php_codesniffer": "^3.11"
1012
},
1113
"config": {
1214
"optimize-autoloader": true,
1315
"platform": {
1416
"php": "7.4.0"
1517
},
16-
"sort-packages": true
18+
"sort-packages": true,
19+
"allow-plugins": {
20+
"phpstan/extension-installer": true
21+
}
1722
}
1823
}

0 commit comments

Comments
 (0)