-
- Downloads
fix: use package type discoverable by phpstan
Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
{ | { | ||
"name": "wpdesk/phpstan-rules", | "name": "wpdesk/phpstan-rules", | ||
"description": "Meta package with PHPStan configuration for WP Desk projects", | "description": "Meta package with PHPStan configuration for WP Desk projects", | ||
"type": "metapackage", | "type": "phpstan-extension", | ||
"require": { | "require": { | ||
"phpstan/phpstan": "^1.10", | "phpstan/phpstan": "^1.10", | ||
"phpstan/extension-installer": "^1.3", | "phpstan/extension-installer": "^1.3", | ||
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
], | ], | ||
"config": { | "config": { | ||
"allow-plugins": { | "allow-plugins": { | ||
"phpstan/extension-installer": true | "phpstan/extension-installer": false | ||
} | } | ||
}, | }, | ||
"extra": { | "extra": { | ||
... | ... |
Please register or sign in to comment