Skip to content

Commit

Permalink
Fix ignoring phpstan/phpstan-phpunit in the root composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-briller authored and ondrejmirtes committed Apr 19, 2023
1 parent f5e02d4 commit f5b149f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
}
},
"extra": {
"class": "PHPStan\\ExtensionInstaller\\Plugin",
"phpstan/extension-installer": {
"ignore": ["phpstan/phpstan-phpunit"]
}
"class": "PHPStan\\ExtensionInstaller\\Plugin"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f5b149f

Please sign in to comment.