Merge pull request #59697 from nextcloud/dependabot/composer/vendor-bin/rector/rector/rector-2.4.2

chore(deps-dev): Bump rector/rector from 2.4.1 to 2.4.2 in /vendor-bin/rector
This commit is contained in:
github-actions[bot] 2026-04-18 15:49:20 +00:00 committed by GitHub
commit 4f2a9a5334
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.46",
"version": "2.1.50",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d452086fb4cf648c6b2d8cf3b639351f79e4f3e2",
"reference": "d452086fb4cf648c6b2d8cf3b639351f79e4f3e2",
"shasum": ""
},
"require": {
@ -171,7 +171,7 @@
"type": "github"
}
],
"time": "2026-04-01T09:25:14+00:00"
"time": "2026-04-17T13:10:32+00:00"
},
{
"name": "psr/clock",
@ -376,21 +376,21 @@
},
{
"name": "rector/rector",
"version": "2.4.1",
"version": "2.4.2",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "000b7050b9e4fe98db2192971e56eb0b302b3feb"
"reference": "e645b6463c6a88ea5b44b17d3387d35a912c7946"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/000b7050b9e4fe98db2192971e56eb0b302b3feb",
"reference": "000b7050b9e4fe98db2192971e56eb0b302b3feb",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/e645b6463c6a88ea5b44b17d3387d35a912c7946",
"reference": "e645b6463c6a88ea5b44b17d3387d35a912c7946",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.41"
"phpstan/phpstan": "^2.1.48"
},
"conflict": {
"rector/rector-doctrine": "*",
@ -424,7 +424,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.4.1"
"source": "https://github.com/rectorphp/rector/tree/2.4.2"
},
"funding": [
{
@ -432,7 +432,7 @@
"type": "github"
}
],
"time": "2026-04-08T08:43:56+00:00"
"time": "2026-04-16T13:07:34+00:00"
},
{
"name": "webmozart/assert",