5.2.0
What's Changed
- Fix PHP 8.1 deprecation errors by @cedric-anne in #187
- Mark the value of the display option as required by @stof in #188
- Add github report by @franmomu in #186
- Allow only supported Symfony versions by @stephanvierkant in #189
- Allow only supported PHP versions by @stephanvierkant in #190
- Improved usage detection across includes, extends and embeds. by @OwlyCode in #191
- Fix: Remove Travis CI configuration by @localheinz in #197
- Enhancement: Add
.gitattributes
by @localheinz in #198 - Fix: Do not prefer to install from source by @localheinz in #199
- Fix: Do not bother installing
phpunit
withshivammathur/setup-php
by @localheinz in #200 - Fix: Rename workflow by @localheinz in #201
- Fix: Wrap arrays by @localheinz in #202
- Fix: Consistently quote strings in YAML files by @localheinz in #203
- Fix: Whitespace by @localheinz in #204
- Fix: Name by @localheinz in #205
- Fix: Order by @localheinz in #206
- Enhancement: Add badge by @localheinz in #207
- Fix: Rename key by @localheinz in #208
- Enhancement: Add issue and pull request templates by @localheinz in #211
- Fix: Rename steps by @localheinz in #210
- Fix: Run workflow on push and pull_request events by @localheinz in #212
- Fix: Do not configure
bin
directory by @localheinz in #214 - Fix: Do not bother running workflow on macos-latest by @localheinz in #213
- Fix: Clean up
.gitignore
by @localheinz in #215 - Apply php-cs-fixer and add a GA job to check it by @franmomu in #178
- Enhancement: Update
friendsofphp/php-cs-fixer
by @localheinz in #216 - Fix: Use long option by @localheinz in #217
- Enhancement: Use
--ansi
option by @localheinz in #218 - Enhancement: Allow dependabot to update GitHub Actions by @localheinz in #219
- github-actions(deps): bump actions/checkout from 2 to 3 by @dependabot in #220
- Fix: Disable coverage by @localheinz in #221
- Enhancement: Add
.editorconfig
by @localheinz in #222 - Enhancement: Keep packages sorted in
composer.json
by @localheinz in #224 - Enhancement: Run dependency analysis with
maglnet/composer-require-checker
by @localheinz in #223 - Fix: Reference
phpunit.xsd
as installed withcomposer
by @localheinz in #225 - Fix: Remove comment by @localheinz in #226
- Fix: Indentation by @localheinz in #227
- Fix: Order by @localheinz in #228
- Fix: Require
phpunit/phpunit:^9.5.20
by @localheinz in #229 - Enhancement: Collect and report code coverage by @localheinz in #230
- Fix: Order by @localheinz in #231
- Enhancement: Run static code analysis with
vimeo/psalm
by @localheinz in #232 - Fix: Add
CONTRIBUTING.md
by @localheinz in #233 - Enhancement: Add
Makefile
by @localheinz in #234 - Fix: Require
humbug/box
by @localheinz in #235 - Enhancement: Compile Phar by @localheinz in #236
- Enhancement: Validate
box.json.dist
before compiling Phar by @localheinz in #237 - Enhancement: Run
phpunit/phpunit
inverbose
mode by @localheinz in #238
New Contributors
- @stephanvierkant made their first contribution in #189
Full Changelog: v5.1.0...5.2.0