diff --git a/CHANGELOG.md b/CHANGELOG.md index 367cf04..79e0ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [Unreleased] +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* Drop support for PHP 8.2 + +### Fixed +* *Nothing* + + ## [9.4.0] - 2024-12-27 ### Added * Add config option for `REDIRECT_EXTRA_PATH_MODE` diff --git a/composer.json b/composer.json index fc73b4a..cc29c3e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^8.2", + "php": "^8.3", "laminas/laminas-config-aggregator": "^1.17", "laminas/laminas-servicemanager": "^4.3 || ^3.23", "laminas/laminas-stdlib": "^3.20",