Skip to content

PHP 8.1 compatibility fixes

Compare
Choose a tag to compare
@macbre macbre released this 04 Nov 09:43
· 273 commits to master since this release
f88a17c

What's Changed

  • Replace dirname(__FILE__) with __DIR__ by @macbre in #154
  • cs-fixer: use new rules by @macbre in #155
  • CI - do not fail on Coveralls uploads by @macbre in #168
  • Router - fix passing null to parameter #1 ($string) of type string is deprecated by @macbre in #167

And:

Full Changelog: v0.7.0...v0.8.0