diff --git a/.github/ci/rector/composer.json b/.github/ci/rector/composer.json index 6582d96..dfcb61a 100644 --- a/.github/ci/rector/composer.json +++ b/.github/ci/rector/composer.json @@ -3,7 +3,7 @@ "php" : ">=8.4" }, "require-dev" : { - "valkyrja/rector" : "^26.1.2" + "valkyrja/rector" : "^26.1.3" }, "scripts" : { "fix" : "vendor/bin/rector", diff --git a/.github/ci/rector/composer.lock b/.github/ci/rector/composer.lock index abf49be..d4001b4 100644 --- a/.github/ci/rector/composer.lock +++ b/.github/ci/rector/composer.lock @@ -213,22 +213,22 @@ }, { "name": "valkyrja/rector", - "version": "v26.1.2", + "version": "v26.1.3", "source": { "type": "git", "url": "https://github.com/valkyrjaio/ci-rector-php.git", - "reference": "a2a5913529c631dc00764dcb8eb36f1ef4677fa9" + "reference": "7db5eed019f4115d5f27b66cebf380ad65551740" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/valkyrjaio/ci-rector-php/zipball/a2a5913529c631dc00764dcb8eb36f1ef4677fa9", - "reference": "a2a5913529c631dc00764dcb8eb36f1ef4677fa9", + "url": "https://api.github.com/repos/valkyrjaio/ci-rector-php/zipball/7db5eed019f4115d5f27b66cebf380ad65551740", + "reference": "7db5eed019f4115d5f27b66cebf380ad65551740", "shasum": "" }, "require": { "nette/utils": "^4.1.4", "php": ">=8.4", - "rector/rector": "^2.4.3" + "rector/rector": "^2.4.4" }, "type": "project", "autoload": { @@ -255,9 +255,9 @@ ], "support": { "issues": "https://github.com/valkyrjaio/ci-rector-php/issues", - "source": "https://github.com/valkyrjaio/ci-rector-php/tree/v26.1.2" + "source": "https://github.com/valkyrjaio/ci-rector-php/tree/v26.1.3" }, - "time": "2026-05-12T18:55:16+00:00" + "time": "2026-05-24T19:54:08+00:00" } ], "aliases": [],