From 66f2eb37a755adee4edd8c924100c4dcbce72a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:47:06 +0000 Subject: [PATCH] Update psalm/plugin-phpunit requirement || ~0.19.0 Updates the requirements on [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) to permit the latest version. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.18.4...0.19.0) --- updated-dependencies: - dependency-name: psalm/plugin-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 94e3442..b8bffa8 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "ergebnis/license": "^2.0.0", "ergebnis/php-cs-fixer-config": "^6.23.0", "fakerphp/faker": "^1.23.1", - "psalm/plugin-phpunit": "~0.18.4", + "psalm/plugin-phpunit": "~0.18.4 || ~0.19.0", "rector/rector": "^1.0.2", "roave/security-advisories": "dev-master", "scrutinizer/ocular": "dev-master",