From 6a1a35b7aa6c410ab99d39e57bf95a9fd2cfe968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:45:12 +0000 Subject: [PATCH] Update psalm/plugin-phpunit requirement from ^0.18 to ^0.18 || ^0.19 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.0...0.19.0) --- updated-dependencies: - dependency-name: psalm/plugin-phpunit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2b9350b..79720b0 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "squizlabs/php_codesniffer": "^3.8", "slevomat/coding-standard": "^8.14", "roave/security-advisories": "dev-latest@dev", - "psalm/plugin-phpunit": "^0.18", + "psalm/plugin-phpunit": "^0.18 || ^0.19", "overtrue/phplint": "^9.0" }, "config": {