From b51a63e1a25e0c7437f9f4a1e56bf290fb8d5cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:30:05 +0000 Subject: [PATCH] Update psalm/plugin-phpunit requirement from ^0.18.4 to ^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 7a3444c..7cdc834 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "allure-framework/allure-php-commons": "^2.3.1" }, "require-dev": { - "psalm/plugin-phpunit": "^0.18.4", + "psalm/plugin-phpunit": "^0.19.0", "remorhaz/php-json-data": "^0.5.3", "remorhaz/php-json-path": "^0.7.7", "squizlabs/php_codesniffer": "^3.7.2",