Update dependency rector/rector to v1

This commit is contained in:
Renovate Bot 2024-06-27 13:30:34 +00:00
parent c594059cc2
commit c45c858ab1
2 changed files with 12 additions and 9 deletions

View File

@ -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"
},

19
composer.lock generated
View File

@ -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",