From 07fef8b95e12c71057c75eae762fe7c6a09a402d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 00:13:27 +0000 Subject: [PATCH] [TASK] Update eliashaeussler/rector-config to v3.0.4 | datasource | package | from | to | | ---------- | ---------------------------- | ----- | ----- | | packagist | eliashaeussler/rector-config | 3.0.2 | 3.0.4 | --- Tests/CGL/composer.lock | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/Tests/CGL/composer.lock b/Tests/CGL/composer.lock index 431a654..9d36160 100644 --- a/Tests/CGL/composer.lock +++ b/Tests/CGL/composer.lock @@ -5350,32 +5350,33 @@ }, { "name": "eliashaeussler/rector-config", - "version": "3.0.2", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/eliashaeussler/rector-config.git", - "reference": "9f543887723c59e7c88ce52a2a0079b397d5fae4" + "reference": "65e90e19b6a541f612df793fc5a07e6222ea9832" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/eliashaeussler/rector-config/zipball/9f543887723c59e7c88ce52a2a0079b397d5fae4", - "reference": "9f543887723c59e7c88ce52a2a0079b397d5fae4", + "url": "https://api.github.com/repos/eliashaeussler/rector-config/zipball/65e90e19b6a541f612df793fc5a07e6222ea9832", + "reference": "65e90e19b6a541f612df793fc5a07e6222ea9832", "shasum": "" }, "require": { "composer-runtime-api": "^2.0", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "rector/rector": "^1.2" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "rector/rector": "^1.2.9" }, "require-dev": { "armin/editorconfig-cli": "^1.8 || ^2.0", "composer/composer": "^2.0", "eliashaeussler/php-cs-fixer-config": "^2.0", "eliashaeussler/phpstan-config": "^2.0", + "eliashaeussler/phpunit-attributes": "^1.0", "ergebnis/composer-normalize": "^2.30", "illuminate/container": "^10.39 || ^11.0", "phpstan/extension-installer": "^1.2", - "phpunit/phpunit": "^10.1 || ^11.0", + "phpunit/phpunit": "^10.4 || ^11.0", "ssch/typo3-rector": "^2.0", "symfony/config": "^5.4 || ^6.0 || ^7.0", "typo3/cms-core": "^12.4 || ^13.0" @@ -5404,9 +5405,9 @@ "description": "My personal configuration for Rector", "support": { "issues": "https://github.com/eliashaeussler/rector-config/issues", - "source": "https://github.com/eliashaeussler/rector-config/tree/3.0.2" + "source": "https://github.com/eliashaeussler/rector-config/tree/3.0.4" }, - "time": "2024-07-06T16:34:34+00:00" + "time": "2024-11-25T19:24:19+00:00" }, { "name": "ergebnis/composer-normalize", @@ -7783,16 +7784,16 @@ }, { "name": "rector/rector", - "version": "1.2.8", + "version": "1.2.10", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240" + "reference": "40f9cf38c05296bd32f444121336a521a293fa61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/05755bf43617449c08ee8e50fb840c85ad3b1240", - "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61", + "reference": "40f9cf38c05296bd32f444121336a521a293fa61", "shasum": "" }, "require": { @@ -7830,7 +7831,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.8" + "source": "https://github.com/rectorphp/rector/tree/1.2.10" }, "funding": [ { @@ -7838,7 +7839,7 @@ "type": "github" } ], - "time": "2024-10-18T11:54:27+00:00" + "time": "2024-11-08T13:59:10+00:00" }, { "name": "saschaegerer/phpstan-typo3",