Skip to content

Commit 3c06c38

Browse files
authored
Merge pull request #14 from blitz-php/devs
Fix: analyse statique (phpstan) et code style
2 parents 43b6a13 + 3528e8b commit 3c06c38

17 files changed

Lines changed: 233 additions & 23 deletions

File tree

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@
3939
"psr/http-server-middleware": "^1.0"
4040
},
4141
"require-dev": {
42-
"blitz-php/coding-standard": "^1.3",
42+
"blitz-php/coding-standard": "^1.3",
4343
"filp/whoops": "^2.15",
4444
"kahlan/kahlan": "^5.2",
45-
"phpstan/phpstan": "^1.10.2"
45+
"phpstan/extension-installer": "^1.3",
46+
"phpstan/phpstan-strict-rules": "^1.6",
47+
"phpstan/phpstan": "^1.11"
4648
},
4749
"autoload": {
4850
"psr-4": {
@@ -100,6 +102,9 @@
100102
"config": {
101103
"optimize-autoloader": true,
102104
"preferred-install": "dist",
103-
"sort-packages": true
105+
"sort-packages": true,
106+
"allow-plugins": {
107+
"phpstan/extension-installer": true
108+
}
104109
}
105110
}

0 commit comments

Comments
 (0)