File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ - Further PHP preset expansion.
13+
1014## [ v4.1.0] - 2024-11-11
1115
1216### Added
Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ public function getPresetGlob(): array
2525 'composer-dependency-analyser* ' ,
2626 'collision-detector* ' ,
2727 'captainhook.json ' ,
28+ 'peck.json ' ,
2829 'infection* ' ,
2930 'phpstan* ' ,
3031 'sonar* ' ,
3132 'rector* ' ,
3233 'package* ' ,
3334 'pint.json ' ,
35+ '*debugbar.json ' ,
3436 'ecs* ' ,
3537 '*.dist.* ' ,
3638 '*.dist ' ,
Original file line number Diff line number Diff line change @@ -1505,12 +1505,14 @@ public function returnsExpectedDefaultGlobPatterns(): void
15051505 'composer-dependency-analyser* ' ,
15061506 'collision-detector* ' ,
15071507 'captainhook.json ' ,
1508+ 'peck.json ' ,
15081509 'infection* ' ,
15091510 'phpstan* ' ,
15101511 'sonar* ' ,
15111512 'rector* ' ,
15121513 'package* ' ,
15131514 'pint.json ' ,
1515+ '*debugbar.json ' ,
15141516 'ecs* ' ,
15151517 '*.dist.* ' ,
15161518 '*.dist ' ,
Original file line number Diff line number Diff line change @@ -82,12 +82,14 @@ public function createsExpectedDefaultLpvFile(): void
8282composer-dependency-analyser*
8383collision-detector*
8484captainhook.json
85+ peck.json
8586infection*
8687phpstan*
8788sonar*
8889rector*
8990package*
9091pint.json
92+ *debugbar.json
9193ecs*
9294*.dist.*
9395*.dist
You can’t perform that action at this time.
0 commit comments