From 55b7ee801c3a9f14cfc518a2e931faa760285fdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:13:10 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | packagist | roave/infection-static-analysis-plugin | 1.34.0 | 1.35.0 | | packagist | vimeo/psalm | 5.22.2 | 5.23.1 | --- composer.json | 4 ++-- composer.lock | 42 +++++++++++++++++++++--------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index b09e1db2..dcc71c6f 100644 --- a/composer.json +++ b/composer.json @@ -41,9 +41,9 @@ "phpstan/phpstan": "^1.10.60", "phpunit/phpunit": "^10.5.12", "psalm/plugin-phpunit": "^0.18.4", - "roave/infection-static-analysis-plugin": "^1.34.0", + "roave/infection-static-analysis-plugin": "^1.35.0", "spatie/temporary-directory": "^2.2.1", - "vimeo/psalm": "^5.22.2" + "vimeo/psalm": "^5.23.1" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index eb4a7a5c..25db06dd 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": "fa3e820efc05456201f033d3348af788", + "content-hash": "f5a6f696751ffa6b18519e1ed9b4256b", "packages": [ { "name": "nikic/php-parser", @@ -1910,16 +1910,16 @@ }, { "name": "infection/infection", - "version": "0.27.8", + "version": "0.27.10", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "673ce762abf3355fcdc186ca17eb89edf86993bf" + "reference": "873cd3335774a114bef9ca93388e623bf362d820" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/673ce762abf3355fcdc186ca17eb89edf86993bf", - "reference": "673ce762abf3355fcdc186ca17eb89edf86993bf", + "url": "https://api.github.com/repos/infection/infection/zipball/873cd3335774a114bef9ca93388e623bf362d820", + "reference": "873cd3335774a114bef9ca93388e623bf362d820", "shasum": "" }, "require": { @@ -1940,7 +1940,7 @@ "php": "^8.1", "sanmai/later": "^0.1.1", "sanmai/pipeline": "^5.1 || ^6", - "sebastian/diff": "^3.0.2 || ^4.0 || ^5.0", + "sebastian/diff": "^3.0.2 || ^4.0 || ^5.0 || ^6.0", "symfony/console": "^5.4 || ^6.0 || ^7.0", "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", "symfony/finder": "^5.4 || ^6.0 || ^7.0", @@ -2026,7 +2026,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.27.8" + "source": "https://github.com/infection/infection/tree/0.27.10" }, "funding": [ { @@ -2038,7 +2038,7 @@ "type": "open_collective" } ], - "time": "2023-11-08T14:29:03+00:00" + "time": "2024-02-20T00:08:52+00:00" }, { "name": "justinrainbow/json-schema", @@ -3339,28 +3339,28 @@ }, { "name": "roave/infection-static-analysis-plugin", - "version": "1.34.0", + "version": "1.35.0", "source": { "type": "git", "url": "https://github.com/Roave/infection-static-analysis-plugin.git", - "reference": "7b045a2e342ef86d8fc8f2b08f364cb99677a59d" + "reference": "3cb32845c5f758913a4b9eafd91ae18eafc26d82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/7b045a2e342ef86d8fc8f2b08f364cb99677a59d", - "reference": "7b045a2e342ef86d8fc8f2b08f364cb99677a59d", + "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/3cb32845c5f758913a4b9eafd91ae18eafc26d82", + "reference": "3cb32845c5f758913a4b9eafd91ae18eafc26d82", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", - "infection/infection": "0.27.8", + "infection/infection": "0.27.10", "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "sanmai/later": "^0.1.4", "vimeo/psalm": "^4.30.0 || ^5.15" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^10.5.0" + "phpunit/phpunit": "^10.5.12" }, "bin": [ "bin/roave-infection-static-analysis-plugin" @@ -3384,9 +3384,9 @@ "description": "Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis", "support": { "issues": "https://github.com/Roave/infection-static-analysis-plugin/issues", - "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.34.0" + "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.35.0" }, - "time": "2023-12-01T11:52:19+00:00" + "time": "2024-03-10T11:55:48+00:00" }, { "name": "sanmai/later", @@ -5081,16 +5081,16 @@ }, { "name": "vimeo/psalm", - "version": "5.22.2", + "version": "5.23.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "d768d914152dbbf3486c36398802f74e80cfde48" + "reference": "8471a896ccea3526b26d082f4461eeea467f10a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/d768d914152dbbf3486c36398802f74e80cfde48", - "reference": "d768d914152dbbf3486c36398802f74e80cfde48", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/8471a896ccea3526b26d082f4461eeea467f10a4", + "reference": "8471a896ccea3526b26d082f4461eeea467f10a4", "shasum": "" }, "require": { @@ -5187,7 +5187,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2024-02-22T23:39:07+00:00" + "time": "2024-03-11T20:33:46+00:00" } ], "aliases": [],