From 8b244fb014f5984b8270c3bd35d1731b188c7ca9 Mon Sep 17 00:00:00 2001 From: Stewart Marsh Date: Thu, 12 Dec 2024 10:26:02 +0000 Subject: [PATCH] chore: update composer.json with stable version of reactor 2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index df2ac86..afa850b 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "pestphp/pest": "^1.22", "phpstan/phpstan": "^1.10.57 || ^2.0.3", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.19.2 || ^1.0.1 || ^2.0.0-rc2", + "rector/rector": "^0.19.2 || ^1.0.1 || ^2.0.0", "spatie/phpunit-snapshot-assertions": "^4.2", "spatie/test-time": "^1.2" },