From 040f528cb328e6471e572b9843547cd8ae1e884c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 07:48:46 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------------------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.12.1 | 1.12.3 | | packagist | phpstan/phpstan-deprecation-rules | 1.2.0 | 1.2.1 | | packagist | phpstan/phpstan-symfony | 1.4.8 | 1.4.9 | | packagist | phpstan/phpstan-webmozart-assert | 1.2.10 | 1.2.11 | | packagist | phpunit/phpunit | 10.5.32 | 10.5.34 | | packagist | vimeo/psalm | 5.25.0 | 5.26.1 | --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 397f5d1..e9ed76a 100644 --- a/composer.json +++ b/composer.json @@ -43,20 +43,20 @@ "doctrine/coding-standard": "^12.0.0", "ergebnis/composer-normalize": "^2.43.0", "php-standard-library/psalm-plugin": "^2.3.0", - "phpstan/phpstan": "^1.12.1", - "phpstan/phpstan-deprecation-rules": "^1.2.0", + "phpstan/phpstan": "^1.12.3", + "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", - "phpstan/phpstan-symfony": "^1.4.8", - "phpstan/phpstan-webmozart-assert": "^1.2.10", - "phpunit/phpunit": "^10.5.32", + "phpstan/phpstan-symfony": "^1.4.9", + "phpstan/phpstan-webmozart-assert": "^1.2.11", + "phpunit/phpunit": "^10.5.34", "psalm/plugin-phpunit": "^0.19.0", "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.25.0" + "vimeo/psalm": "^5.26.1" }, "conflict": {}, "prefer-stable": true,