Merge pull request #59574 from nextcloud/dependabot/composer/vendor-bin/rector/rector/rector-2.4.1

chore(deps-dev): Bump rector/rector from 2.3.9 to 2.4.1 in /vendor-bin/rector
This commit is contained in:
Andy Scherzinger 2026-04-14 20:10:09 +02:00 committed by GitHub
commit 6d3ed45ade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,11 +122,11 @@
},
{
"name": "phpstan/phpstan",
"version": "2.1.42",
"version": "2.1.46",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0",
"reference": "1279e1ce86ba768f0780c9d889852b4e02ff40d0",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"shasum": ""
},
"require": {
@ -171,7 +171,7 @@
"type": "github"
}
],
"time": "2026-03-17T14:58:32+00:00"
"time": "2026-04-01T09:25:14+00:00"
},
{
"name": "psr/clock",
@ -376,21 +376,21 @@
},
{
"name": "rector/rector",
"version": "2.3.9",
"version": "2.4.1",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "917842143fd9f5331a2adefc214b8d7143bd32c4"
"reference": "000b7050b9e4fe98db2192971e56eb0b302b3feb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/917842143fd9f5331a2adefc214b8d7143bd32c4",
"reference": "917842143fd9f5331a2adefc214b8d7143bd32c4",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/000b7050b9e4fe98db2192971e56eb0b302b3feb",
"reference": "000b7050b9e4fe98db2192971e56eb0b302b3feb",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.40"
"phpstan/phpstan": "^2.1.41"
},
"conflict": {
"rector/rector-doctrine": "*",
@ -424,7 +424,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.3.9"
"source": "https://github.com/rectorphp/rector/tree/2.4.1"
},
"funding": [
{
@ -432,7 +432,7 @@
"type": "github"
}
],
"time": "2026-03-16T09:43:55+00:00"
"time": "2026-04-08T08:43:56+00:00"
},
{
"name": "webmozart/assert",