Merge pull request #305 from rico-vz/dependabot/composer/rector/rector-2.0.15

build(deps-dev): bump rector/rector from 2.0.14 to 2.0.15
This commit is contained in:
Rico
2025-05-12 16:00:14 +02:00
committed by GitHub

24
composer.lock generated
View File

@@ -9740,16 +9740,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.13", "version": "2.1.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9" "reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e55e03e6d4ac49cd1240907e5b08e5cd378572a9", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f2e03099cac24ff3b379864d171c5acbfc6b9a2",
"reference": "e55e03e6d4ac49cd1240907e5b08e5cd378572a9", "reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9794,7 +9794,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-04-27T12:28:25+00:00" "time": "2025-05-02T15:32:28+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -10222,21 +10222,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "2.0.14", "version": "2.0.15",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "63923bc9383c1212476c41d8cebf58a425e6f98d" "reference": "abbbf32474a67e242d26bffc098a712a05b3d32a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/63923bc9383c1212476c41d8cebf58a425e6f98d", "url": "https://api.github.com/repos/rectorphp/rector/zipball/abbbf32474a67e242d26bffc098a712a05b3d32a",
"reference": "63923bc9383c1212476c41d8cebf58a425e6f98d", "reference": "abbbf32474a67e242d26bffc098a712a05b3d32a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4|^8.0", "php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.12" "phpstan/phpstan": "^2.1.14"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@@ -10269,7 +10269,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "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": [ "funding": [
{ {
@@ -10277,7 +10277,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-04-28T00:03:14+00:00" "time": "2025-05-05T10:00:41+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",