From f981319bf9ca4c0481a283f4b91597ac05a1d5bd Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 15 Jan 2025 10:00:02 +0100 Subject: [PATCH] Drop support for PHP 8.2 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2979a..9358800 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* + + ## [5.5.0] - 2024-12-27 ### Added * [#68](https://github.com/shlinkio/shlink-importer/issues/68) Import redirect rules when importing from Shlink diff --git a/composer.json b/composer.json index 8841406..f560c93 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^8.2", + "php": "^8.3", "ext-json": "*", "laminas/laminas-servicemanager": "^4.3 || ^3.23", "league/csv": "^9.20",