Skip to content

Commit

Permalink
Merge pull request #235 from acelaya-forks/feature/drop-php-8.2
Browse files Browse the repository at this point in the history
Drop support for PHP 8.2
  • Loading branch information
acelaya authored Jan 15, 2025
2 parents 0fec6e8 + b61027c commit f370126
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f370126

Please sign in to comment.