Skip to content

Commit 4fdb662

Browse files
committed
uses nette/phpstan-rules
1 parent 046d090 commit 4fdb662

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
"nette/caching": "<3.3",
@@ -59,5 +61,10 @@
5961
"branch-alias": {
6062
"dev-master": "3.3-dev"
6163
}
64+
},
65+
"config": {
66+
"allow-plugins": {
67+
"phpstan/extension-installer": true
68+
}
6269
}
6370
}

0 commit comments

Comments
 (0)