Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

47 lines (30 loc) · 2.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Internal

  • PHPUnit - Make the unit tests cross version compatible #12 from @jrfnl.
  • Travis: run the tests on PHP 8/nightly #13 from @jrfnl.

[v0.5] - 2020-08-17

Added

  • Added --custom-function parameter to check custom debug functions #10 from @umutphp.
  • Added .gitattributes from @reedy.

Fixed

  • PHP 7.4: fix compatibility issue #7 from @jrfnl.

Internal

  • Replaced array syntax with short array syntax from @peter279k.
  • Added EOF (end of file) for some PHP files from @peter279k.
  • Removed $loader variable on bootstrap.php file because it's unused from @peter279k.
  • To be compatible with future PHPUnit version, using the ^4.8.36 version at least from @peter279k.
  • Changed namespace to PHPunit\Framework\TestCase class namesapce from @peter279k.
  • Composer: allow installation of more recent Parallel Lint #9 from @jrfnl.
  • Travis: removed sudo #8 from @jrfnl.
  • Travis: removed Composer option --prefer-source #8 from @jrfnl.

[v0.4] - 2020-04-25

Added

  • Added check for Symfony dump function dd from @antograssiot.
  • Added check for Laravel dump function dump from @Douglasdc3.
  • Added changelog.
  • Added support for PHP 7.4.

Internal

  • Fixed running tests in PHP 5.4 and PHP 5.5 in CI.