build(deps-dev): bump rector/rector from 1.2.3 to 1.2.5

build(deps-dev): bump rector/rector from 1.2.3 to 1.2.5
This commit is contained in:
Rico
2024-09-12 03:55:52 +02:00
committed by GitHub

24
composer.lock generated
View File

@@ -9801,16 +9801,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.11.10",
"version": "1.12.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "640410b32995914bde3eed26fa89552f9c2c082f"
"reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/640410b32995914bde3eed26fa89552f9c2c082f",
"reference": "640410b32995914bde3eed26fa89552f9c2c082f",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0ca1c7bb55fca8fe6448f16fff0f311ccec960a1",
"reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1",
"shasum": ""
},
"require": {
@@ -9855,7 +9855,7 @@
"type": "github"
}
],
"time": "2024-08-08T09:02:50+00:00"
"time": "2024-09-05T16:09:28+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -10282,21 +10282,21 @@
},
{
"name": "rector/rector",
"version": "1.2.3",
"version": "1.2.5",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "2433e95410aef1b34b15d7f1b6a134365a4ddb39"
"reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/2433e95410aef1b34b15d7f1b6a134365a4ddb39",
"reference": "2433e95410aef1b34b15d7f1b6a134365a4ddb39",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/e98aa793ca3fcd17e893cfaf9103ac049775d339",
"reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.11.9"
"phpstan/phpstan": "^1.12.2"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -10329,7 +10329,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.2.3"
"source": "https://github.com/rectorphp/rector/tree/1.2.5"
},
"funding": [
{
@@ -10337,7 +10337,7 @@
"type": "github"
}
],
"time": "2024-08-12T16:36:46+00:00"
"time": "2024-09-08T17:43:24+00:00"
},
{
"name": "sebastian/cli-parser",