From 2dafbb38c8eeca2864fbcb87500c6943489d28e6 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Thu, 12 Dec 2024 17:08:29 +0700 Subject: [PATCH] Allow Rector 2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 89753f2c..f8190aad 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,13 @@ "license": "MIT", "require": { "php": ">=8.1", - "phpstan/phpstan": "^1.10.52 || ^2.0" + "phpstan/phpstan": "^2.0" }, "require-dev": { "illuminate/container": "^10.39", "phpstan/extension-installer": "^1.3", "phpunit/phpunit": "^10.3", - "rector/rector": "^1.2 || ^2.0", + "rector/rector": "^2.0", "symfony/dependency-injection": "^6.4", "symfony/finder": "^6.2", "symplify/easy-coding-standard": "^12.0",