Skip to content

Commit

Permalink
feat(presets): add Larastan to PHPStan group (#26450)
Browse files Browse the repository at this point in the history
  • Loading branch information
pb30 committed Dec 29, 2023
1 parent 0710a35 commit f6cf9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/group.ts
Expand Up @@ -318,7 +318,7 @@ const staticGroups = {
{
groupName: 'PHPStan packages',
matchDatasources: ['packagist'],
matchPackagePatterns: ['^phpstan/phpstan$', '/phpstan-'],
matchPackagePatterns: ['^phpstan/phpstan$', '/phpstan-', '/larastan'],
},
],
},
Expand Down

0 comments on commit f6cf9a4

Please sign in to comment.