diff --git a/composer.lock b/composer.lock index 0b1466f..bb0a3b1 100644 --- a/composer.lock +++ b/composer.lock @@ -3658,16 +3658,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.14", + "version": "2.1.22", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2" + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f2e03099cac24ff3b379864d171c5acbfc6b9a2", - "reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", "shasum": "" }, "require": { @@ -3712,7 +3712,7 @@ "type": "github" } ], - "time": "2025-05-02T15:32:28+00:00" + "time": "2025-08-04T19:17:37+00:00" }, { "name": "react/cache", @@ -4242,21 +4242,21 @@ }, { "name": "rector/rector", - "version": "2.0.15", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "abbbf32474a67e242d26bffc098a712a05b3d32a" + "reference": "fe613c528819222f8686a9a037a315ef9d4915b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/abbbf32474a67e242d26bffc098a712a05b3d32a", - "reference": "abbbf32474a67e242d26bffc098a712a05b3d32a", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/fe613c528819222f8686a9a037a315ef9d4915b3", + "reference": "fe613c528819222f8686a9a037a315ef9d4915b3", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.14" + "phpstan/phpstan": "^2.1.18" }, "conflict": { "rector/rector-doctrine": "*", @@ -4281,6 +4281,7 @@ "MIT" ], "description": "Instant Upgrade and Automated Refactoring of any PHP code", + "homepage": "https://getrector.com/", "keywords": [ "automation", "dev", @@ -4289,7 +4290,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.15" + "source": "https://github.com/rectorphp/rector/tree/2.1.4" }, "funding": [ { @@ -4297,7 +4298,7 @@ "type": "github" } ], - "time": "2025-05-05T10:00:41+00:00" + "time": "2025-08-15T14:41:36+00:00" }, { "name": "sebastian/diff",