From c45c858ab1b13cccf957efde22a8a845763e5c43 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Jun 2024 13:30:34 +0000 Subject: [PATCH] Update dependency rector/rector to v1 --- composer.json | 2 +- composer.lock | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index dbcaa1c..11d7575 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.19", + "rector/rector": "^1.0", "robiningelbrecht/phpunit-pretty-print": "^1.2", "symfony/var-dumper": "^7" }, diff --git a/composer.lock b/composer.lock index 9b8f1bb..f4a7eb1 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": "cb6a16525ba7dcd4dfb5e5746f0b732c", + "content-hash": "04e2a9d5807a1e4c3eb8e7a15334a3ca", "packages": [ { "name": "cebe/markdown", @@ -4142,21 +4142,21 @@ }, { "name": "rector/rector", - "version": "0.19.8", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947" + "reference": "c930cdb21294f10955ddfc31b720971e8333943d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947", - "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/c930cdb21294f10955ddfc31b720971e8333943d", + "reference": "c930cdb21294f10955ddfc31b720971e8333943d", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.56" + "phpstan/phpstan": "^1.11" }, "conflict": { "rector/rector-doctrine": "*", @@ -4164,6 +4164,9 @@ "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, + "suggest": { + "ext-dom": "To manipulate phpunit.xml via the custom-rule command" + }, "bin": [ "bin/rector" ], @@ -4186,7 +4189,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.8" + "source": "https://github.com/rectorphp/rector/tree/1.1.1" }, "funding": [ { @@ -4194,7 +4197,7 @@ "type": "github" } ], - "time": "2024-02-05T10:59:13+00:00" + "time": "2024-06-21T07:51:17+00:00" }, { "name": "robiningelbrecht/phpunit-pretty-print",