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 5a52384
Show file tree
Hide file tree
Showing 2 changed files with 6 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

0 comments on commit 5a52384

Please sign in to comment.