From 42de45c4c1c63da18599e54a8a062cecb1d0459b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:47:37 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^10.5 to ^11.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.4/ChangeLog-11.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.0...11.0.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 06a920c..aa8f2d7 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "appocular/coding-standard": "^2.0", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.0", "sempro/phpunit-pretty-print": "^1.2", "symfony/console": "^5.0", "phpspec/prophecy": "^1.15",