From cdbe5d110e1b457fdf07958438192aaabd2531b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 22:10:28 +0200 Subject: [PATCH] Update all non-major dependencies (#77) | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------- | | packagist | phpstan/phpstan | 1.10.8 | 1.10.12 | | packagist | phpstan/phpstan-strict-rules | 1.5.0 | 1.5.1 | | packagist | phpstan/phpstan-symfony | 1.2.23 | 1.2.25 | | packagist | vimeo/psalm | 5.8.0 | 5.9.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a19bce3..cb346c9 100644 --- a/composer.json +++ b/composer.json @@ -42,11 +42,11 @@ "doctrine/coding-standard": "^11.1.0", "ergebnis/composer-normalize": "^2.30.2", "php-standard-library/psalm-plugin": "^2.2.1", - "phpstan/phpstan": "^1.10.8", + "phpstan/phpstan": "^1.10.12", "phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-phpunit": "^1.3.11", - "phpstan/phpstan-strict-rules": "^1.5.0", - "phpstan/phpstan-symfony": "^1.2.23", + "phpstan/phpstan-strict-rules": "^1.5.1", + "phpstan/phpstan-symfony": "^1.2.25", "phpstan/phpstan-webmozart-assert": "^1.2.4", "phpunit/phpunit": "^10.0.19", "psalm/plugin-phpunit": "^0.18.4", @@ -54,7 +54,7 @@ "symfony/config": "^5.4 || ^6.2.5", "symfony/var-dumper": "^5.4 || ^6.2.5", "thecodingmachine/phpstan-strict-rules": "^1.0.0", - "vimeo/psalm": "^5.8.0" + "vimeo/psalm": "^5.9.0" }, "conflict": {}, "prefer-stable": true,