From f2ca4ea390f0a9da0290fc85a847562a8a83dc7d Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 24 Jul 2022 00:51:34 +0200 Subject: [PATCH] Use stable version of rector (#1490) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e9b74142a..ca9a1b8a1 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ "phpunit/phpunit": "^9.5", "psalm/plugin-phpunit": "^0.16", "psalm/plugin-symfony": "^3.0", - "rector/rector": "dev-main", + "rector/rector": "^0.13", "sonata-project/cache": "^2.0", "sonata-project/cache-bundle": "^3.3", "symfony/browser-kit": "^4.4",