build(deps-dev): bump rector/rector from 1.2.10 to 2.0.14

Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.2.10 to 2.0.14.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/1.2.10...2.0.14)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.0.14
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-28 03:52:41 +00:00
committed by GitHub
parent 4c9d03376a
commit 7fe916dd5b
2 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^11.0",
"rector/rector": "^1.0",
"rector/rector": "^2.0",
"spatie/laravel-ignition": "^2.4",
"tightenco/duster": "^3.0"
},

30
composer.lock generated
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": "ffc28587f7651f66007f3cc21d063f82",
"content-hash": "d033ffb7fec0b1604d5783ceb8842451",
"packages": [
{
"name": "andcarpi/laravel-popper",
@@ -9739,20 +9739,20 @@
},
{
"name": "phpstan/phpstan",
"version": "1.12.21",
"version": "2.1.13",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "14276fdef70575106a3392a4ed553c06a984df28"
"reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/14276fdef70575106a3392a4ed553c06a984df28",
"reference": "14276fdef70575106a3392a4ed553c06a984df28",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e55e03e6d4ac49cd1240907e5b08e5cd378572a9",
"reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
"php": "^7.4|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
@@ -9793,7 +9793,7 @@
"type": "github"
}
],
"time": "2025-03-09T09:24:50+00:00"
"time": "2025-04-27T12:28:25+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -10221,21 +10221,21 @@
},
{
"name": "rector/rector",
"version": "1.2.10",
"version": "2.0.14",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "40f9cf38c05296bd32f444121336a521a293fa61"
"reference": "63923bc9383c1212476c41d8cebf58a425e6f98d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61",
"reference": "40f9cf38c05296bd32f444121336a521a293fa61",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/63923bc9383c1212476c41d8cebf58a425e6f98d",
"reference": "63923bc9383c1212476c41d8cebf58a425e6f98d",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.12.5"
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.12"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -10268,7 +10268,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.2.10"
"source": "https://github.com/rectorphp/rector/tree/2.0.14"
},
"funding": [
{
@@ -10276,7 +10276,7 @@
"type": "github"
}
],
"time": "2024-11-08T13:59:10+00:00"
"time": "2025-04-28T00:03:14+00:00"
},
{
"name": "sebastian/cli-parser",