From 81538ac7d85a8165c1190bfe62648fbf46f8aecb Mon Sep 17 00:00:00 2001 From: "Oliver G. Mueller" Date: Sat, 19 Oct 2024 17:05:49 +0200 Subject: [PATCH] updated composer dependencies Changelogs summary: - psalm/plugin-phpunit updated from 0.18.4 to 0.19.0 minor See changes: https://github.com/psalm/psalm-plugin-phpunit/compare/0.18.4...0.19.0 Release notes: https://github.com/psalm/psalm-plugin-phpunit/releases/tag/0.19.0 No security vulnerability advisories found. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 94e3442..48d7741 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.19.0", "rector/rector": "^1.0.2", "roave/security-advisories": "dev-master", "scrutinizer/ocular": "dev-master",