Releases: CorpusPHP/Router
Releases · CorpusPHP/Router
Mild Cleanup
What's Changed
- Update corpus/coding-standard requirement from ^0.1.0 to ^0.2.0 by @dependabot in #2
- Update corpus/coding-standard requirement from ^0.2.0 to ^0.3.0 by @dependabot in #3
- Update corpus/coding-standard requirement from ^0.3.0 to ^0.4.0 by @dependabot in #4
- Test in PHP 8.1 by @donatj in #6
- Update corpus/coding-standard requirement from ^0.4.0 to ^0.6.0 by @dependabot in #7
- Update squizlabs/php_codesniffer requirement from ^3.5 to ^3.7 by @dependabot in #9
- Test in PHP 8.2 by @donatj in #12
- Bump actions/checkout from 2 to 3 by @dependabot in #11
- Update friendsofphp/php-cs-fixer requirement from ^2.17 to ^2.19 by @dependabot in #10
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v1.0.0...v1.0.1
Major Cleanup / Refactor
Major cleanup / refactor. Fixes many old bad behaviours.
Adds PHP 8.0 compatibility.
Breaking Changes:
- Many functions that previously returned
false
on failure now returnnull
- PHP 7.1 or greater is now required.
Initial Release
v0.0.1 Update .travis.yml