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

parent aff35d52
Branches
Tags
No related merge requests found
{ {
"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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment