Skip to content

Commit

Permalink
feat(preset): add phpstan/extension-installer to PHPStan group (#30639
Browse files Browse the repository at this point in the history
)
  • Loading branch information
RobertMe authored Aug 15, 2024
1 parent 0803b46 commit 5adebb6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/config/presets/internal/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,12 @@ const staticGroups = {
{
groupName: 'PHPStan packages',
matchDatasources: ['packagist'],
matchPackageNames: ['phpstan/phpstan', '//phpstan-/', '//larastan/'],
matchPackageNames: [
'phpstan/phpstan',
'//phpstan-/',
'//larastan/',
'phpstan/extension-installer',
],
},
],
},
Expand Down

0 comments on commit 5adebb6

Please sign in to comment.