Update dependency rector/rector to v2.0.0-rc2 #25

Merged
renovate merged 1 commits from renovate/rector-rector-2.x-lockfile into main 2024-12-04 01:00:55 +01:00
Showing only changes of commit e47dc820d5 - Show all commits

12
composer.lock generated
View File

@ -4075,16 +4075,16 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "2.0.0-rc1", "version": "2.0.0-rc2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "75f78c934b79a5dd81415683600d85837edef86f" "reference": "3877f3d6f48ebaad4bca7ac73902ba03c74d133b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/75f78c934b79a5dd81415683600d85837edef86f", "url": "https://api.github.com/repos/rectorphp/rector/zipball/3877f3d6f48ebaad4bca7ac73902ba03c74d133b",
"reference": "75f78c934b79a5dd81415683600d85837edef86f", "reference": "3877f3d6f48ebaad4bca7ac73902ba03c74d133b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4122,7 +4122,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.0.0-rc1" "source": "https://github.com/rectorphp/rector/tree/2.0.0-rc2"
}, },
"funding": [ "funding": [
{ {
@ -4130,7 +4130,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-11-27T18:01:51+00:00" "time": "2024-12-03T19:20:54+00:00"
}, },
{ {
"name": "robiningelbrecht/phpunit-pretty-print", "name": "robiningelbrecht/phpunit-pretty-print",