From b61027c7802b6e82a8932c1d8f8622446e858036 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 15 Jan 2025 10:34:25 +0100 Subject: [PATCH 1/2] 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 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", From 379a832293ef3f43eee54124af80c29c71cbd6ba Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 25 Jan 2025 15:52:50 +0100 Subject: [PATCH 2/2] Support shlink-config 4.0 --- CHANGELOG.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e0ca2..8eb9c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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] +## [9.5.0] - 2025-01-25 ### Added -* *Nothing* +* Support shlink-config 4.0 ### Changed * *Nothing* diff --git a/composer.json b/composer.json index cc29c3e..452ecc9 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "laminas/laminas-config-aggregator": "^1.17", "laminas/laminas-servicemanager": "^4.3 || ^3.23", "laminas/laminas-stdlib": "^3.20", - "shlinkio/shlink-config": "^3.4", + "shlinkio/shlink-config": "^4.0 || ^3.4", "symfony/console": "^7.2", "symfony/filesystem": "^7.2", "symfony/process": "^7.2",