From 15e54387844e24e17b5786b05c2da44c349fe5c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:03:26 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | packagist | php-standard-library/psalm-plugin | 2.1.0 | 2.1.0 | | packagist | roave/infection-static-analysis-plugin | 1.26.0 | 1.26.0 | | packagist | symfony/console | 6.2.0 | 6.2.0 | --- composer.json | 6 +++--- composer.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 17c5e6f7..7ee6f3c5 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "nikolaposa/version": "^4.1.0", "ocramius/package-versions": "^2.7.0", "roave/better-reflection": "^6.4.1", - "symfony/console": "^6.1.8" + "symfony/console": "^6.2.0" }, "license": "MIT", "authors": [ @@ -24,10 +24,10 @@ ], "require-dev": { "doctrine/coding-standard": "^10.0.0", - "php-standard-library/psalm-plugin": "^2.0.2", + "php-standard-library/psalm-plugin": "^2.1.0", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.3", - "roave/infection-static-analysis-plugin": "^1.25", + "roave/infection-static-analysis-plugin": "^1.26.0", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.7.1", "vimeo/psalm": "^5.0.0" diff --git a/composer.lock b/composer.lock index fef184b7..15602e46 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "43b607238cc26f61c548c2f61c1865d3", + "content-hash": "fde970557f215b8b781b13343eac550d", "packages": [ { "name": "azjezz/psl",