From 184e730e66bab66a56f8e9387d5c6d81bdb586a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Jun 2024 11:30:53 +0000 Subject: [PATCH] Update dependency rector/rector to ^0.19 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 2db3d64..99615d0 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nunomaduro/collision": "^7", "pestphp/pest": "^2.26", "phpstan/phpstan": "^1.2", - "rector/rector": "^0.18", + "rector/rector": "^0.19", "robiningelbrecht/phpunit-pretty-print": "^1.2", "symfony/var-dumper": "^7" }, diff --git a/composer.lock b/composer.lock index 1266053..fe02033 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": "bd86bd7f56cbbfba41f30bc5a5a27b50", + "content-hash": "cb6a16525ba7dcd4dfb5e5746f0b732c", "packages": [ { "name": "cebe/markdown", @@ -3477,21 +3477,21 @@ }, { "name": "rector/rector", - "version": "0.18.11", + "version": "0.19.8", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "9621124c860066f56a4ab841349cb7c284edfaee" + "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/9621124c860066f56a4ab841349cb7c284edfaee", - "reference": "9621124c860066f56a4ab841349cb7c284edfaee", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947", + "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.35" + "phpstan/phpstan": "^1.10.56" }, "conflict": { "rector/rector-doctrine": "*", @@ -3521,7 +3521,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.18.11" + "source": "https://github.com/rectorphp/rector/tree/0.19.8" }, "funding": [ { @@ -3529,7 +3529,7 @@ "type": "github" } ], - "time": "2023-11-27T13:27:43+00:00" + "time": "2024-02-05T10:59:13+00:00" }, { "name": "robiningelbrecht/phpunit-pretty-print",