diff --git a/CHANGELOG.md b/CHANGELOG.md index 185c12f..8d01417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ 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] +## [10.0.0] - 2026-02-08 ### Added * Add support for Symfony 8.0 ### Changed -* *Nothing* +* Update to PHPUnit 13 ### Deprecated * *Nothing* @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * Remove QR code config options that were deprecated. * Remove append extra path config option that was deprecated. * Drop support for PHP 8.3. +* Drop support for Symfony 7.x. ### Fixed * *Nothing* diff --git a/composer.json b/composer.json index ba02e56..b93d016 100644 --- a/composer.json +++ b/composer.json @@ -13,20 +13,20 @@ ], "require": { "php": "^8.4", - "laminas/laminas-config-aggregator": "^1.18", - "laminas/laminas-servicemanager": "^4.4 || ^3.23", - "laminas/laminas-stdlib": "^3.20", + "laminas/laminas-config-aggregator": "^1.19", + "laminas/laminas-servicemanager": "^4.5 || ^3.24", + "laminas/laminas-stdlib": "^3.21", "shlinkio/shlink-config": "^4.0", - "symfony/console": "^8.0 || ^7.4", - "symfony/filesystem": "^8.0 || ^7.4", - "symfony/process": "^8.0 || ^7.4", + "symfony/console": "^8.0", + "symfony/filesystem": "^8.0", + "symfony/process": "^8.0", "webimpress/safe-writer": "^2.2" }, "require-dev": { "devster/ubench": "^2.1", "phpstan/phpstan": "^2.1", "phpstan/phpstan-phpunit": "^2.0", - "phpunit/phpunit": "^12.4", + "phpunit/phpunit": "^13.0", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~2.5.0", "symfony/var-dumper": "^8.0"