diff --git a/CHANGELOG.md b/CHANGELOG.md index cacfebaeb1ade2853739386335c6db5a56d32715..16fb925d7ccd4d0151d709e04c14196ca2b0f7c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.0] - 2024-06-10 + +- Allow PHPUnit 11.x #51 + ## [2.1.0] - 2023-11-25 - Clean up testing changes #48, #49 diff --git a/composer.json b/composer.json index d599bec520d76cc0d612bbcd084ed0cbd472cf34..fbfc14dbfbb7bc89c601553fb8e7ec56a23d99aa 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^8.1", "psr/http-factory": "^1.0", - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^10.0 || ^11.0" }, "autoload": { "psr-4": {