From bda3399fee1b2be882c535c77d75f098678863d8 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Fri, 2 Feb 2024 10:37:54 +0100 Subject: [PATCH 1/2] feat: allow PHPUnit 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ce3a49d..daa93273 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "jean85/pretty-package-versions": "^1.5.1||^2.0.1", "phpunit/php-code-coverage": "^10.0", "phpunit/php-file-iterator": "^4.0", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.0||^11.0", "psr/event-dispatcher": "^1.0", "symfony/console": "^4.4||^5.0||^6.0||^7.0", "symfony/dependency-injection": "^4.4||^5.0||^6.0||^7.0", From 44f56587c589cd512ff08caad082330a8cc9c22d Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Fri, 2 Feb 2024 21:57:22 +0100 Subject: [PATCH 2/2] Add changelog and readme entry --- CHANGELOG.md | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 307cedeb..21119bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file. For previou The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## [2.3.0] - 2024-02-02 + * Add support for PHPUnit 11 * Bump PHPUnit requirement to a minimum of 10.5.4 ## [2.2.3] - 2023-11-30 diff --git a/README.md b/README.md index c23bf639..93c15bdb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ You can use Paraunit with many versions of PHPUnit or Symfony, following this co | Paraunit version | Compatible PHPUnit Version | Compatible Symfony Version | |------------------|----------------------------|----------------------------| +| 2.3 | 10.5.4+, 11+ | 4.4, 5, 6, 7 | | 2.0 | 10+ | 4.4, 5, 6, 7 | | 1.3 | 9.3+ | 4.4, 5, 6 | | 1.2 | 9.3+ | 3.4, 4, 5 |