Automate code migrations for TYPO3 Extensions
Daniel Siepmann
7a16dac529
* We now check class names case sensitive in strings. * This will prevent issues with stuff like TCA, as class names mathing table names are written in lower case. * Also add further tests and fix issues. * Extend test to check that lower version is not replaced but mentioned as warning. * Expected class names in Tx_ format are reported as fixable error. Resolves: #15 |
||
---|---|---|
.gitlab/merge_request_templates | ||
Documentation | ||
src | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
composer.json | ||
LICENSE | ||
Makefile | ||
phpcs.xml.dist | ||
phpmd.xml | ||
phpunit.xml.dist | ||
Readme.rst |
About
Our goal is to provide an automated migration for TYPO3 updates.
This should include source code modifications like adjusting old legacy class names to new ones.
The official project home page can be found at https://git.higidi.com/Automated-TYPO3-Update/automated-typo3-update . Please open new issues and merge requests there. You can login with your Github account.
Github is just used as a mirror for the project.
Check out the official documentation at: https://automated-typo3-update.readthedocs.io