From ecbb12cee6d096198286a03d4055fc4ac5b85ea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 17:08:48 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | packagist | phpstan/phpstan-phpunit | 1.3.11 | 1.3.13 | | packagist | phpstan/phpstan-symfony | 1.3.1 | 1.3.2 | | packagist | vimeo/psalm | 5.11.0 | 5.12.0 | --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index cb1044a..c8fdc0a 100644 --- a/composer.json +++ b/composer.json @@ -44,9 +44,9 @@ "php-standard-library/psalm-plugin": "^2.2.1", "phpstan/phpstan": "^1.10.15", "phpstan/phpstan-deprecation-rules": "^1.1.3", - "phpstan/phpstan-phpunit": "^1.3.11", + "phpstan/phpstan-phpunit": "^1.3.13", "phpstan/phpstan-strict-rules": "^1.5.1", - "phpstan/phpstan-symfony": "^1.3.1", + "phpstan/phpstan-symfony": "^1.3.2", "phpstan/phpstan-webmozart-assert": "^1.2.4", "phpunit/phpunit": "^10.1.3", "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.11.0" + "vimeo/psalm": "^5.12.0" }, "conflict": {}, "prefer-stable": true,