lintkit / typo3-rector-config
There is no license information available for the latest version (1.0.0) of this package.
1.0.0
2024-12-11 10:27 UTC
Requires
- ssch/typo3-rector: ^2.0
- typo3/cms-core: ^11.5 || ^12.4
README
Liquid Light base configuration for PHP
Usage
Install the dependency:
composer require --dev lintkit/typo3-rector-config
Add the scripts:
"scripts": { "rector:fix": "rector --config vendor/lintkit/typo3-rector-config/typo3-v12.php", "rector": "@rector:fix --dry-run" },
Note: You can adjust your config to be different TYPO3 versions - check the root of the repo to see what is available