lintkit / typo3-rector-config
1.2.0
2026-02-12 11:40 UTC
Requires
- ssch/typo3-rector: ^2.0 || ^3.0
- typo3/cms-core: ^11.5 || ^12.4 || ^13.4
- webmozart/assert: ^1.11.0
README
Liquid Light base configuration for PHP
Usage
Install the dependency:
composer require --dev lintkit/typo3-rector-config
Add the scripts:
"scripts": { "rector:dry-run": "@rector:fix --dry-run", "rector:fix": "rector --config vendor/lintkit/typo3-rector-config/typo3-v13.php" },
Note: You can adjust your config to be different TYPO3 versions - check the root of the repo to see what is available