Release v1.2.0
Release v1.2.0
Changelog
Changed
- Minimum PHP version is now 8.2 (was 8.1). PHP 8.1 is no longer supported so the bundle can use
readonlyclasses (listeners andSentryErrorReporter). - CI: Test matrix now runs on PHP 8.2, 8.3, 8.4, and 8.5 only (PHP 8.1 job removed).
- RedisException stub: Loaded via main Composer
autoload.fileswith conditional definition (class_exists), so the stub is available in all environments (including CI with--no-dev) and does not conflict when phpredis is installed. - Documentation: INSTALLATION, README, CONTRIBUTING, STANDARDS_COMPLIANCE, and RELEASE updated for PHP 8.2+.
- Rector: Target set to PHP 8.2 (
PhpVersion::PHP_82). - Demo symfony7:
composer.jsonrequires PHP >= 8.2.
Fixed
- Test failures in CI (all PHP/Symfony matrix jobs) when RedisException stub was not loaded (bootstrap/cwd or
--no-dev); stub is now always loaded via Composer autoload.
Full Changelog: v1.1.1...v1.2.0