Merge pull request #15056 from nextcloud/dependabot/composer/vendor-bin/rector/rector/rector-2.0.15

This commit is contained in:
dependabot[bot] 2025-05-10 01:40:56 +00:00 committed by GitHub
commit a6337f3752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"require-dev": {
"rector/rector": "^2.0.14",
"rector/rector": "^2.0.15",
"nextcloud/rector": "^0.4.1"
}
}

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": "2171815b3465f02d3bde58d74e218e18",
"content-hash": "0ae207b9be1e25e068a2a7de99c2497b",
"packages": [],
"packages-dev": [
{
@ -381,21 +381,21 @@
},
{
"name": "rector/rector",
"version": "2.0.14",
"version": "2.0.15",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "63923bc9383c1212476c41d8cebf58a425e6f98d"
"reference": "abbbf32474a67e242d26bffc098a712a05b3d32a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/63923bc9383c1212476c41d8cebf58a425e6f98d",
"reference": "63923bc9383c1212476c41d8cebf58a425e6f98d",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/abbbf32474a67e242d26bffc098a712a05b3d32a",
"reference": "abbbf32474a67e242d26bffc098a712a05b3d32a",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.12"
"phpstan/phpstan": "^2.1.14"
},
"conflict": {
"rector/rector-doctrine": "*",
@ -428,7 +428,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.0.14"
"source": "https://github.com/rectorphp/rector/tree/2.0.15"
},
"funding": [
{
@ -436,7 +436,7 @@
"type": "github"
}
],
"time": "2025-04-28T00:03:14+00:00"
"time": "2025-05-05T10:00:41+00:00"
},
{
"name": "webmozart/assert",