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

This package is auto-updated.

Last update: 2024-12-11 10:30:44 UTC


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