From 60a2b17b8f2c90f07de4ed3f02bdc597c07c1d1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 03:47:45 +0000 Subject: [PATCH] [TASK] Update rector/rector to v1 | datasource | package | from | to | | ---------- | ------------- | ------ | ----- | | packagist | rector/rector | 0.19.8 | 1.0.0 | --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index dc2bc58..0b5f90e 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "phpstan/phpstan": "^1.8", "phpstan/phpstan-symfony": "^1.2", "phpunit/phpunit": "^10.1", - "rector/rector": "^0.19", + "rector/rector": "^1.0", "roave/security-advisories": "dev-latest", "symfony/browser-kit": "^6.3", "symfony/css-selector": "^6.3", diff --git a/composer.lock b/composer.lock index a306f35..39ee242 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ab60897e0f6f51ba98f9e18354075aa6", + "content-hash": "a067b27ae8fd5cbc7e41cd2f8b81fd30", "packages": [ { "name": "doctrine/dbal", @@ -8411,16 +8411,16 @@ }, { "name": "rector/rector", - "version": "0.19.8", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947" + "reference": "362258a1f6369fc88d02d469a5478d220f78b0e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947", - "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/362258a1f6369fc88d02d469a5478d220f78b0e6", + "reference": "362258a1f6369fc88d02d469a5478d220f78b0e6", "shasum": "" }, "require": { @@ -8455,7 +8455,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.8" + "source": "https://github.com/rectorphp/rector/tree/1.0.0" }, "funding": [ { @@ -8463,7 +8463,7 @@ "type": "github" } ], - "time": "2024-02-05T10:59:13+00:00" + "time": "2024-02-06T13:38:07+00:00" }, { "name": "roave/security-advisories",