From 6388a7ba1d74106beb5d7a52ed18137c53171a11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 22:06:21 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.59 | 1.10.60 | | packagist | phpunit/phpunit | 10.5.11 | 10.5.12 | | packagist | vimeo/psalm | 5.22.2 | 5.23.0 | --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a350614..f5eaaae 100644 --- a/composer.json +++ b/composer.json @@ -43,20 +43,20 @@ "doctrine/coding-standard": "^12.0.0", "ergebnis/composer-normalize": "^2.42.0", "php-standard-library/psalm-plugin": "^2.3.0", - "phpstan/phpstan": "^1.10.59", + "phpstan/phpstan": "^1.10.60", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.16", "phpstan/phpstan-strict-rules": "^1.5.2", "phpstan/phpstan-symfony": "^1.3.8", "phpstan/phpstan-webmozart-assert": "^1.2.4", - "phpunit/phpunit": "^10.5.11", + "phpunit/phpunit": "^10.5.12", "psalm/plugin-phpunit": "^0.18.4", "roave/security-advisories": "dev-master", "symfony/config": "^6.4 || ^7.0", "symfony/options-resolver": "^6.4 || ^7.0", "symfony/var-dumper": "^6.4 || ^7.0", "thecodingmachine/phpstan-strict-rules": "^1.0.0", - "vimeo/psalm": "^5.22.2" + "vimeo/psalm": "^5.23.0" }, "conflict": {}, "prefer-stable": true,