diff --git a/composer.json b/composer.json index ed03406..38d9c23 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "rector/rector": "dev-main" + "rector/rector": "2.0.0-rc1" }, "require-dev": { "laminas/laminas-servicemanager": "^4.0", diff --git a/composer.lock b/composer.lock index 4a6659a..6217716 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": "759d01d47a5a4d522a4a0c21ca3020ed", + "content-hash": "5ee32e4619ee9a1d42547bf76ac52206", "packages": [ { "name": "phpstan/phpstan", @@ -66,16 +66,16 @@ }, { "name": "rector/rector", - "version": "dev-main", + "version": "2.0.0-rc1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "7028045e341fe66b15c1e6c2c30bb1c61e0b060b" + "reference": "75f78c934b79a5dd81415683600d85837edef86f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7028045e341fe66b15c1e6c2c30bb1c61e0b060b", - "reference": "7028045e341fe66b15c1e6c2c30bb1c61e0b060b", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/75f78c934b79a5dd81415683600d85837edef86f", + "reference": "75f78c934b79a5dd81415683600d85837edef86f", "shasum": "" }, "require": { @@ -91,7 +91,6 @@ "suggest": { "ext-dom": "To manipulate phpunit.xml via the custom-rule command" }, - "default-branch": true, "bin": [ "bin/rector" ], @@ -114,7 +113,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/main" + "source": "https://github.com/rectorphp/rector/tree/2.0.0-rc1" }, "funding": [ { @@ -122,7 +121,7 @@ "type": "github" } ], - "time": "2024-11-21T03:05:46+00:00" + "time": "2024-11-27T18:01:51+00:00" } ], "packages-dev": [ @@ -2198,9 +2197,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "rector/rector": 20 - }, + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": {