Update used packages to their latest versions

This commit is contained in:
DariusIII
2025-12-09 11:26:11 +01:00
parent 0d2062e21d
commit 24a1089199
Generated
+7 -7
View File
@@ -16930,21 +16930,21 @@
},
{
"name": "rector/rector",
"version": "2.2.11",
"version": "2.2.13",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "7bd21a40b0332b93d4bfee284093d7400696902d"
"reference": "4674fb4989168f009016849a0078349a532c42b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/7bd21a40b0332b93d4bfee284093d7400696902d",
"reference": "7bd21a40b0332b93d4bfee284093d7400696902d",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/4674fb4989168f009016849a0078349a532c42b8",
"reference": "4674fb4989168f009016849a0078349a532c42b8",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.32"
"phpstan/phpstan": "^2.1.33"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -16978,7 +16978,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.2.11"
"source": "https://github.com/rectorphp/rector/tree/2.2.13"
},
"funding": [
{
@@ -16986,7 +16986,7 @@
"type": "github"
}
],
"time": "2025-12-02T11:23:46+00:00"
"time": "2025-12-09T07:45:59+00:00"
},
{
"name": "sebastian/cli-parser",