Skip to content

Commit 6438202

Browse files
committed
uses nette/phpstan-rules
1 parent 38b6449 commit 6438202

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"require-dev": {
2121
"nette/tester": "^2.5",
2222
"tracy/tracy": "^2.9",
23-
"phpstan/phpstan-nette": "^2.0@stable"
23+
"phpstan/phpstan": "^2.1@stable",
24+
"phpstan/extension-installer": "^1.4@stable",
25+
"nette/phpstan-rules": "^1.0"
2426
},
2527
"autoload": {
2628
"classmap": ["src/"],
@@ -37,5 +39,10 @@
3739
"branch-alias": {
3840
"dev-master": "1.9-dev"
3941
}
42+
},
43+
"config": {
44+
"allow-plugins": {
45+
"phpstan/extension-installer": true
46+
}
4047
}
4148
}

0 commit comments

Comments
 (0)