From b078bfc7ba97b7f34140a2cad585acd46c9c66f8 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 12 May 2024 12:38:29 +0200 Subject: [PATCH] Update to PHPUnit 11 --- CHANGELOG.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7199071..f995c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * Add `ROBOTS_ALLOW_ALL_SHORT_URLS` config option. ### Changed -* *Nothing* +* Update to PHPUnit 11 ### Deprecated * *Nothing* diff --git a/composer.json b/composer.json index 485b0c5..261e987 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": "^8.2", "laminas/laminas-config": "^3.9", - "laminas/laminas-config-aggregator": "^1.14", + "laminas/laminas-config-aggregator": "^1.15", "laminas/laminas-servicemanager": "^3.22", "laminas/laminas-stdlib": "^3.19", "shlinkio/shlink-config": "^3.0 || ^2.5", @@ -26,7 +26,7 @@ "devster/ubench": "^2.1", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.1", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~2.3.0", "symfony/var-dumper": "^7.0 || ^6.4"