From f1928765f1245fd161b9ad75c196b456fb0922bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 07:10:29 +0000 Subject: [PATCH] build(deps-dev): update nyholm/symfony-bundle-test requirement Updates the requirements on [nyholm/symfony-bundle-test](https://github.com/SymfonyTest/symfony-bundle-test) to permit the latest version. - [Release notes](https://github.com/SymfonyTest/symfony-bundle-test/releases) - [Changelog](https://github.com/SymfonyTest/symfony-bundle-test/blob/master/CHANGELOG.md) - [Commits](https://github.com/SymfonyTest/symfony-bundle-test/compare/1.6.0...2.0.0) --- updated-dependencies: - dependency-name: nyholm/symfony-bundle-test 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 1305d9a..160b8d2 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "matthiasnoback/symfony-dependency-injection-test": "^4.2", - "nyholm/symfony-bundle-test": "^1.6", + "nyholm/symfony-bundle-test": "^2.0", "phpunit/phpunit": "^9.5", "phpstan/phpstan": "^1.4.6", "friendsofphp/php-cs-fixer": "^3.0"