lintkit/typo3-rector-config

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

Installs: 1 848

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lintkit/typo3-rector-config

1.1.0 2025-07-30 09:31 UTC

This package is auto-updated.

Last update: 2025-09-30 09:53:01 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