Merge pull request #61459 from nextcloud/dependabot/composer/vendor-bin/rector/stable34/rector/rector-2.4.6

[stable34] chore(deps-dev): Bump rector/rector from 2.4.5 to 2.4.6 in /vendor-bin/rector
This commit is contained in:
Andy Scherzinger 2026-06-27 17:06:16 +02:00 committed by GitHub
commit b02e2b363e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,11 +122,11 @@
},
{
"name": "phpstan/phpstan",
"version": "2.2.1",
"version": "2.2.2",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dea9c8f2d25cc849391042b71e429c1a4bf82660",
"reference": "dea9c8f2d25cc849391042b71e429c1a4bf82660",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5cc34d491a90e79c216d824f60fe21fd4d93bd6",
"reference": "e5cc34d491a90e79c216d824f60fe21fd4d93bd6",
"shasum": ""
},
"require": {
@ -182,7 +182,7 @@
"type": "github"
}
],
"time": "2026-05-28T14:44:12+00:00"
"time": "2026-06-05T09:00:01+00:00"
},
{
"name": "psr/clock",
@ -387,21 +387,21 @@
},
{
"name": "rector/rector",
"version": "2.4.5",
"version": "2.4.6",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "cbd86024be5014d3c14d9f0b3f7aae8ecbffd62c"
"reference": "9b9e5c76618e4d359f65b54ca2eabcad3d1761ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/cbd86024be5014d3c14d9f0b3f7aae8ecbffd62c",
"reference": "cbd86024be5014d3c14d9f0b3f7aae8ecbffd62c",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/9b9e5c76618e4d359f65b54ca2eabcad3d1761ee",
"reference": "9b9e5c76618e4d359f65b54ca2eabcad3d1761ee",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.56"
"phpstan/phpstan": "^2.2.2"
},
"conflict": {
"rector/rector-doctrine": "*",
@ -435,7 +435,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.4.5"
"source": "https://github.com/rectorphp/rector/tree/2.4.6"
},
"funding": [
{
@ -443,7 +443,7 @@
"type": "github"
}
],
"time": "2026-05-26T21:03:22+00:00"
"time": "2026-06-17T11:56:28+00:00"
},
{
"name": "webmozart/assert",