diff --git a/composer.json b/composer.json index 30db9729dd16b2088a07a8a31b632e64ea687f30..080df371ad555ca0d1953068b9ed1c3f6d00d44b 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5.26", "qossmic/deptrac-shim": "^1.0", - "rector/rector": "^0.14", + "rector/rector": "^0.15", "symfony/phpunit-bridge": "^6.1", "symplify/easy-coding-standard": "^11.0" }, diff --git a/rector.php b/rector.php index a90482a36f5f658cec165ed442a08461af15469e..d781ad4b56e1f20d0e701bff7ef7c600dd732ad2 100644 --- a/rector.php +++ b/rector.php @@ -20,7 +20,6 @@ return static function (RectorConfig $config): void { SymfonyLevelSetList::UP_TO_SYMFONY_54, SymfonySetList::SYMFONY_CODE_QUALITY, SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION, - SymfonySetList::SYMFONY_STRICT, DoctrineSetList::DOCTRINE_CODE_QUALITY, DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES, PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD, @@ -30,7 +29,6 @@ return static function (RectorConfig $config): void { PHPUnitSetList::REMOVE_MOCKS, PHPUnitSetList::PHPUNIT_YIELD_DATA_PROVIDER, ]); - $config->services()->set(TypedPropertyRector::class); $config->parallel(); $config->paths([__DIR__ . '/src']); $config->phpVersion(PhpVersion::PHP_81);