Merge pull request #153 from refactorian/dependabot/composer/rector/rector-1.2.4

Bump rector/rector from 1.2.3 to 1.2.4
This commit is contained in:
Refactorian
2024-09-01 14:45:35 +09:00
committed by GitHub

24
composer.lock generated
View File

@@ -6389,16 +6389,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.11.10",
"version": "1.11.11",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "640410b32995914bde3eed26fa89552f9c2c082f"
"reference": "707c2aed5d8d0075666e673a5e71440c1d01a5a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/640410b32995914bde3eed26fa89552f9c2c082f",
"reference": "640410b32995914bde3eed26fa89552f9c2c082f",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/707c2aed5d8d0075666e673a5e71440c1d01a5a3",
"reference": "707c2aed5d8d0075666e673a5e71440c1d01a5a3",
"shasum": ""
},
"require": {
@@ -6443,7 +6443,7 @@
"type": "github"
}
],
"time": "2024-08-08T09:02:50+00:00"
"time": "2024-08-19T14:37:29+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -6870,21 +6870,21 @@
},
{
"name": "rector/rector",
"version": "1.2.3",
"version": "1.2.4",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "2433e95410aef1b34b15d7f1b6a134365a4ddb39"
"reference": "42a4aa23b48b4cfc8ebfeac2b570364e27744381"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/2433e95410aef1b34b15d7f1b6a134365a4ddb39",
"reference": "2433e95410aef1b34b15d7f1b6a134365a4ddb39",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/42a4aa23b48b4cfc8ebfeac2b570364e27744381",
"reference": "42a4aa23b48b4cfc8ebfeac2b570364e27744381",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.11.9"
"phpstan/phpstan": "^1.11.11"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -6917,7 +6917,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.4"
},
"funding": [
{
@@ -6925,7 +6925,7 @@
"type": "github"
}
],
"time": "2024-08-12T16:36:46+00:00"
"time": "2024-08-23T09:03:01+00:00"
},
{
"name": "sebastian/cli-parser",