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 f9419b4 commit efc8083Copy full SHA for efc8083
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
"tracy/tracy": "<2.6"
@@ -57,5 +59,10 @@
57
59
"branch-alias": {
58
60
"dev-master": "3.3-dev"
61
}
62
+ },
63
+ "config": {
64
+ "allow-plugins": {
65
+ "phpstan/extension-installer": true
66
+ }
67
68
0 commit comments