lintkit/typo3-rector-config

Installs: 3 078

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lintkit/typo3-rector-config

1.2.0 2026-02-12 11:40 UTC

This package is auto-updated.

Last update: 2026-02-12 11:41:17 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