From b81142733ccb41e5a4ce86c5a911b93dbc4564f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:15:05 +0000 Subject: [PATCH] Update dependency rector/rector to ^0.18.7 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a832e13f..ea008362 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "phpstan/phpstan-doctrine": "^1.3.47", "phpstan/phpstan-symfony": "^1.3.5", "phpunit/phpunit": "^9.6.13", - "rector/rector": "^0.18.6", + "rector/rector": "^0.18.7", "squizlabs/php_codesniffer": "^3.7.2", "symfony/browser-kit": "6.3.*", "symfony/css-selector": "6.3.*", diff --git a/composer.lock b/composer.lock index baff27d1..da27d869 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": "b59bacd3575bb749e002b295f52ccfea", + "content-hash": "ca8b2e918a15ba6b2f9e96df5e9dc0d3", "packages": [ { "name": "api-platform/core", @@ -7824,16 +7824,16 @@ }, { "name": "rector/rector", - "version": "0.18.6", + "version": "0.18.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "02041b220704b9cbe075f0310d0954b2fda5c40c" + "reference": "caba0e294a1228f64f8a9cfd0d715cc8af47c4da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/02041b220704b9cbe075f0310d0954b2fda5c40c", - "reference": "02041b220704b9cbe075f0310d0954b2fda5c40c", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/caba0e294a1228f64f8a9cfd0d715cc8af47c4da", + "reference": "caba0e294a1228f64f8a9cfd0d715cc8af47c4da", "shasum": "" }, "require": { @@ -7868,7 +7868,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.18.6" + "source": "https://github.com/rectorphp/rector/tree/0.18.7" }, "funding": [ { @@ -7876,7 +7876,7 @@ "type": "github" } ], - "time": "2023-10-24T15:00:59+00:00" + "time": "2023-11-13T10:11:05+00:00" }, { "name": "sebastian/cli-parser",