We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046d090 commit 4fdb662Copy full SHA for 4fdb662
1 file changed
composer.json
@@ -37,7 +37,9 @@
37
"nette/tester": "^2.6",
38
"latte/latte": "^3.0",
39
"tracy/tracy": "^2.9",
40
- "phpstan/phpstan-nette": "^2.0@stable"
+ "phpstan/phpstan": "^2.1@stable",
41
+ "phpstan/extension-installer": "^1.4@stable",
42
+ "nette/phpstan-rules": "^1.0"
43
},
44
"conflict": {
45
"nette/caching": "<3.3",
@@ -59,5 +61,10 @@
59
61
"branch-alias": {
60
62
"dev-master": "3.3-dev"
63
}
64
+ },
65
+ "config": {
66
+ "allow-plugins": {
67
+ "phpstan/extension-installer": true
68
+ }
69
70
0 commit comments