From 2ad842c5ceef20d1e6f7166614f93ce19a8b4359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:07:11 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^10.5 to ^11.4 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/11.4.4/ChangeLog-11.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.0...11.4.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 4c6c2d4b8c..ea26ab383f 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "phpstan/phpstan": "^1.12", "phpstan/phpstan-doctrine": "^1.5", "phpstan/phpstan-webmozart-assert": "^1.2", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.4", "robertfausk/behat-panther-extension": "^1.1", "sylius-labs/coding-standard": "^4.4", "sylius-labs/suite-tags-extension": "~0.2",