From f4441ffa44ecc43a76ba78739fd9ef10b553c618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:14:10 +0000 Subject: [PATCH] composer(deps-dev): update matthiasnoback/symfony-config-test requirement from ^5.1 || ^6.0 to ^6.2.0 Updates the requirements on [matthiasnoback/symfony-config-test](https://github.com/matthiasnoback/SymfonyConfigTest) to permit the latest version. - [Release notes](https://github.com/matthiasnoback/SymfonyConfigTest/releases) - [Changelog](https://github.com/SymfonyTest/SymfonyConfigTest/blob/master/CHANGELOG.md) - [Commits](https://github.com/matthiasnoback/SymfonyConfigTest/commits/v6.2.0) --- updated-dependencies: - dependency-name: matthiasnoback/symfony-config-test dependency-version: 6.2.0 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 b260b97..e8bd9d8 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "require-dev": { "api-platform/symfony": "^4.3.3", "kriswallsmith/buzz": "^1.2", - "matthiasnoback/symfony-config-test": "^5.1 || ^6.0", + "matthiasnoback/symfony-config-test": "^6.2.0", "nyholm/psr7": "^1.8", "payum/core": "^1.7.5", "setono/sylius-plugin": "^2.0",