Skip to content
Snippets Groups Projects
Verified Commit 904a260e authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: use package type discoverable by phpstan


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent aff35d52
No related branches found
No related tags found
No related merge requests found
{
"name": "wpdesk/phpstan-rules",
"description": "Meta package with PHPStan configuration for WP Desk projects",
"type": "metapackage",
"type": "phpstan-extension",
"require": {
"phpstan/phpstan": "^1.10",
"phpstan/extension-installer": "^1.3",
......@@ -18,7 +18,7 @@
],
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
"phpstan/extension-installer": false
}
},
"extra": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment