Skip to content

Commit

Permalink
Merge pull request #79 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 dccea03 + f981319 commit ca73d78
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*


## [5.5.0] - 2024-12-27
### Added
* [#68](https://github.com/shlinkio/shlink-importer/issues/68) Import redirect rules when importing from Shlink
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",
"ext-json": "*",
"laminas/laminas-servicemanager": "^4.3 || ^3.23",
"league/csv": "^9.20",
Expand Down

0 comments on commit ca73d78

Please sign in to comment.