Skip to content

Commit efc8083

Browse files
committed
uses nette/phpstan-rules
1 parent f9419b4 commit efc8083

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
"nette/tester": "^2.6",
3838
"latte/latte": "^3.0",
3939
"tracy/tracy": "^2.9",
40-
"phpstan/phpstan-nette": "^2.0@stable"
40+
"phpstan/phpstan": "^2.1@stable",
41+
"phpstan/extension-installer": "^1.4@stable",
42+
"nette/phpstan-rules": "^1.0"
4143
},
4244
"conflict": {
4345
"tracy/tracy": "<2.6"
@@ -57,5 +59,10 @@
5759
"branch-alias": {
5860
"dev-master": "3.3-dev"
5961
}
62+
},
63+
"config": {
64+
"allow-plugins": {
65+
"phpstan/extension-installer": true
66+
}
6067
}
6168
}

0 commit comments

Comments
 (0)