Merge pull request #299 from rico-vz/dependabot/composer/rector/rector-2.0.14

build(deps-dev): bump rector/rector from 1.2.10 to 2.0.14
This commit is contained in:
Rico
2025-05-05 18:26:24 +02:00
committed by GitHub
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",
@@ -9740,20 +9740,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": "*"
@@ -9794,7 +9794,7 @@
"type": "github"
}
],
"time": "2025-03-09T09:24:50+00:00"
"time": "2025-04-27T12:28:25+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -10222,21 +10222,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": "*",
@@ -10269,7 +10269,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": [
{
@@ -10277,7 +10277,7 @@
"type": "github"
}
],
"time": "2024-11-08T13:59:10+00:00"
"time": "2025-04-28T00:03:14+00:00"
},
{
"name": "sebastian/cli-parser",