Skip to content

Commit 509e11e

Browse files
committed
make use of phpstan-strict-rules
1 parent c4a8f0e commit 509e11e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"php-64bit": "*"
99
},
1010
"require-dev": {
11-
"phpstan/phpstan": "0.12.38"
11+
"phpstan/phpstan": "0.12.38",
12+
"phpstan/extension-installer": "^1.0",
13+
"phpstan/phpstan-strict-rules": "^0.12.4"
1214
},
1315
"autoload": {
1416
"psr-4": {

0 commit comments

Comments
 (0)