diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 13034a6..99a1cdf 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -55,7 +55,7 @@ "rangeStrategy": "widen" }, { - "matchPackageNames": ["vitest", "@vitest/coverage-istanbul", "@vitest/ui", "phpstan/phpstan", "phpunit/phpunit", "friendsofphp/php-cs-fixer", "sirbrillig/phpcs-variable-analysis", "slevomat/coding-standard", "squizlabs/php_codesniffer"], + "matchPackageNames": ["vitest", "@vitest/coverage-istanbul", "@vitest/ui", "phpstan/phpstan", "phpunit/phpunit", "rector/rector", "rector/type-perfect", "friendsofphp/php-cs-fixer", "sirbrillig/phpcs-variable-analysis", "slevomat/coding-standard", "squizlabs/php_codesniffer", "laminas/laminas-i18n", "mimmi20/mezzio-setlocale-middleware", "mimmi20/coding-standard"], "enabled": false }, { diff --git a/composer.json b/composer.json index 012bfd3..0a56e62 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.25", "rector/rector": "^1.2.0", - "rector/type-perfect": "^0.1.6", + "rector/type-perfect": "^0.1.8", "symplify/phpstan-rules": "^13.0.0", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.3.1",