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 3b0c53c commit edee6b4Copy full SHA for edee6b4
composer.json
@@ -47,11 +47,16 @@
47
},
48
"require-dev": {
49
"phpunit/phpunit": "^9.5.5",
50
- "phpstan/phpstan": "^0.12.90",
+ "phpstan/phpstan": "^1.0.0",
51
"vimeo/psalm": "^4.8",
52
"guzzlehttp/guzzle": "^7.2",
53
"http-interop/http-factory-guzzle": "^1.0",
54
- "phpstan/phpstan-webmozart-assert": "^0.12.12",
+ "phpstan/phpstan-webmozart-assert": "^1.0.0",
55
"phpstan/extension-installer": "^1.1"
56
+ },
57
+ "config": {
58
+ "allow-plugins": {
59
+ "phpstan/extension-installer": true
60
+ }
61
}
62
0 commit comments