Skip to content

Commit

Permalink
Expands the PHP preset
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Sep 27, 2024
1 parent c76ec24 commit f3a09d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

### Added

- Further PHP preset expansion.

### Removed

- Removed laminas/laminas-stdlib dependency.
Expand Down
2 changes: 2 additions & 0 deletions src/Presets/PhpPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public function getPresetGlob(): array
'phpunit*',
'appveyor.yml',
'box.json',
'composer-dependency-analyser*',
'collision-detector*',
'captainhook.json',
'infection*',
'phpstan*',
Expand Down
2 changes: 2 additions & 0 deletions tests/AnalyserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,8 @@ public function returnsExpectedDefaultGlobPatterns(): void
'phpunit*',
'appveyor.yml',
'box.json',
'composer-dependency-analyser*',
'collision-detector*',
'captainhook.json',
'infection*',
'phpstan*',
Expand Down
2 changes: 2 additions & 0 deletions tests/Commands/InitCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public function createsExpectedDefaultLpvFile(): void
phpunit*
appveyor.yml
box.json
composer-dependency-analyser*
collision-detector*
captainhook.json
infection*
phpstan*
Expand Down

0 comments on commit f3a09d1

Please sign in to comment.