Releases: ericmann/sessionz
Releases · ericmann/sessionz
v0.5.1
What's Changed
Changed
- Rewrote
README.md: dropped dead Travis and Coveralls badges, documented the supported PHP 7.4–8.5 matrix, added Installation / Development / Contributing / License sections, and fixed a missing semicolon in the Quick Start example - Dropped
php-coveralls/php-coverallsdev dependency and the Coveralls upload step from CI (we weren't actually publishing coverage anywhere) - Switched CI
coveragesetup tononesince we no longer emit clover output
Full Changelog: 0.5.0...0.5.1
v0.5.0
What's Changed
Changed
- Bumped minimum PHP version to 7.4
- Upgraded
defuse/php-encryptionto^2.4 - Upgraded PHPUnit to
^9.6(replaces abandoned^5.6) - Replaced abandoned
satooshi/php-coverallswithphp-coveralls/php-coveralls ^2.7 - Rewrote CI as a PHP 7.4–8.5 matrix using
shivammathur/setup-php; CI now actually runs PHPUnit in addition to PHPStan - Annotated
Managersession-handler methods with#[\ReturnTypeWillChange]to silence PHP 8.1+ tentative-return-type deprecations
Added
- Committed
composer.lockso Dependabot can raise dependency PRs composer test/composer test-coveragescripts
Removed
.travis.yml(superseded by GitHub Actions)versionfield fromcomposer.json(versions are defined by git tags)
Full Changelog: 0.4.0...0.5.0
Pre-Beta
First-ever release of Sessionz to prove out the implementation. Take it, play with it, break it, and help make it better.