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 26d1dff
Show file tree
Hide file tree
Showing 2 changed files with 5 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
1 change: 1 addition & 0 deletions src/Presets/PhpPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public function getPresetGlob(): array
'phpunit*',
'appveyor.yml',
'box.json',
'composer-dependency-analyser*',
'captainhook.json',
'infection*',
'phpstan*',
Expand Down

0 comments on commit 26d1dff

Please sign in to comment.