From 15517acf538211ba91327e11337f5aa56156e4c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:13:37 +0000 Subject: [PATCH] chore(deps): update dependency rector/rector to v1.2.3 --- api/composer.json | 2 +- api/composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/composer.json b/api/composer.json index 5afb926341..487ec4b414 100644 --- a/api/composer.json +++ b/api/composer.json @@ -58,7 +58,7 @@ "phpspec/prophecy-phpunit": "2.2", "phpstan/phpstan": "1.11.10", "phpunit/phpunit": "10.5.29", - "rector/rector": "1.2.2", + "rector/rector": "1.2.3", "spatie/phpunit-snapshot-assertions": "5.1.6", "symfony/browser-kit": "7.1.1", "symfony/css-selector": "7.1.1", diff --git a/api/composer.lock b/api/composer.lock index c20dee0d9c..e2d596dd2f 100644 --- a/api/composer.lock +++ b/api/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": "b584e17264b55347cbae3a1f67b14595", + "content-hash": "af3fd2ea17209489263546c36ab2aade", "packages": [ { "name": "api-platform/core", @@ -13087,21 +13087,21 @@ }, { "name": "rector/rector", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "044e6364017882d1e346da8690eeabc154da5495" + "reference": "2433e95410aef1b34b15d7f1b6a134365a4ddb39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/044e6364017882d1e346da8690eeabc154da5495", - "reference": "044e6364017882d1e346da8690eeabc154da5495", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/2433e95410aef1b34b15d7f1b6a134365a4ddb39", + "reference": "2433e95410aef1b34b15d7f1b6a134365a4ddb39", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.11" + "phpstan/phpstan": "^1.11.9" }, "conflict": { "rector/rector-doctrine": "*", @@ -13134,7 +13134,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.2" + "source": "https://github.com/rectorphp/rector/tree/1.2.3" }, "funding": [ { @@ -13142,7 +13142,7 @@ "type": "github" } ], - "time": "2024-07-25T07:44:34+00:00" + "time": "2024-08-12T16:36:46+00:00" }, { "name": "sebastian/cli-parser",