From 1b3bac3dbf1c9ae676a223e13c089b2d166d1d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:34:08 +0000 Subject: [PATCH] Update selective/test-traits requirement from ^3 to ^4 Updates the requirements on [selective/test-traits](https://github.com/selective-php/test-traits) to permit the latest version. - [Release notes](https://github.com/selective-php/test-traits/releases) - [Commits](https://github.com/selective-php/test-traits/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: selective/test-traits 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 3366f09ce..c5f7c802b 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "mikey179/vfsstream": "^1.6", "phpstan/phpstan": "1.*", "phpunit/phpunit": "^10", - "selective/test-traits": "^3", + "selective/test-traits": "^4", "squizlabs/php_codesniffer": "^3", "symfony/console": "^6", "symfony/dotenv": "^6",