From 4338e3d27028229e001d948696179f63b5961b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:54:57 +0000 Subject: [PATCH] composer(deps-dev): update phpunit/phpunit requirement Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.24/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.17...10.5.24) --- 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 af90b06..4c7e9fe 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "matthiasnoback/symfony-dependency-injection-test": "^4.3 || ^5.1", "nyholm/psr7": "^1.8", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.6.17", + "phpunit/phpunit": "^10.5.24", "psalm/plugin-phpunit": "^0.18.4", "setono/code-quality-pack": "^2.7", "sylius/sylius": "~1.12.13",