Skip to content

Commit f6cf9a4

Browse files
authored
feat(presets): add Larastan to PHPStan group (#26450)
1 parent 0710a35 commit f6cf9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/presets/internal/group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const staticGroups = {
318318
{
319319
groupName: 'PHPStan packages',
320320
matchDatasources: ['packagist'],
321-
matchPackagePatterns: ['^phpstan/phpstan$', '/phpstan-'],
321+
matchPackagePatterns: ['^phpstan/phpstan$', '/phpstan-', '/larastan'],
322322
},
323323
],
324324
},

0 commit comments

Comments
 (0)