diff --git a/composer.json b/composer.json index 926ff335c..9a19fe7c0 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "mikey179/vfsstream": "^1.6", "phing/phing": "~2.17.0", "phpunit/phpunit": "^9", - "rector/rector": "^0.19.1", + "rector/rector": "^1.0.0", "seld/phar-utils": "~1.2.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index c99cde2ce..792e92484 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": "688a2121cfc555401cdf816860714f6a", + "content-hash": "41450af4e859c474773a8c3eaad9da9b", "packages": [ { "name": "fakerphp/faker", @@ -3340,16 +3340,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": { @@ -3384,7 +3384,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": [ { @@ -3392,7 +3392,7 @@ "type": "github" } ], - "time": "2024-02-05T10:59:13+00:00" + "time": "2024-02-06T13:38:07+00:00" }, { "name": "sebastian/cli-parser",