lintkit/typo3-rector-config

There is no license information available for the latest version (1.1.0) of this package.

1.1.0 2025-07-30 09:31 UTC

This package is auto-updated.

Last update: 2025-07-30 09:32:34 UTC


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