Skip to content

Commit f5b149f

Browse files
mad-brillerondrejmirtes
authored andcommitted
Fix ignoring phpstan/phpstan-phpunit in the root composer.json.
1 parent f5e02d4 commit f5b149f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
}
2323
},
2424
"extra": {
25-
"class": "PHPStan\\ExtensionInstaller\\Plugin",
26-
"phpstan/extension-installer": {
27-
"ignore": ["phpstan/phpstan-phpunit"]
28-
}
25+
"class": "PHPStan\\ExtensionInstaller\\Plugin"
2926
},
3027
"autoload": {
3128
"psr-4": {

0 commit comments

Comments
 (0)