Automate code migrations for TYPO3 Extensions
Go to file
2021-03-08 09:26:20 +01:00
.gitlab/merge_request_templates TASK: Add gitlab template for merge requests 2017-04-27 16:48:26 +02:00
Documentation Merge remote-tracking branch 'origin/develop' into feature/44-add-checks-for-deprecated-removed-extensions 2017-05-18 08:39:04 +02:00
src Merge remote-tracking branch 'origin/develop' into feature/44-add-checks-for-deprecated-removed-extensions 2017-05-18 08:39:04 +02:00
tests Merge remote-tracking branch 'origin/develop' into feature/44-add-checks-for-deprecated-removed-extensions 2017-05-18 08:39:04 +02:00
.editorconfig TASK: Also support Makefile 2017-04-11 12:25:49 +02:00
.gitignore TASK: Split legacy mapping into two files 2017-05-04 10:44:49 +02:00
.gitlab-ci.yml TASK: Rename ci documentation jobs 2017-05-04 08:38:02 +02:00
composer.json Merge branch 'feature/15-check-all-possible-occurences-of-class' into 'develop' 2017-05-16 15:32:55 +02:00
LICENSE Initial commit 2017-03-07 11:41:40 +01:00
Makefile TASK: Make composer available as bin 2017-04-08 23:38:04 +02:00
phpcs.xml.dist TASK: Improve tests and fix issues 2017-05-04 12:46:39 +02:00
phpmd.xml TASK: Configure phpmd 2017-04-11 08:40:19 +02:00
phpunit.xml.dist TASK: Improve tests and fix issues 2017-05-04 12:46:39 +02:00
Readme.rst Also mention TYPO3 rector project 2021-03-08 09:26:20 +01:00

Deprecation

TYPO3 nowadays provides the Extension Scanner, which was encapsulated into a standalone project at https://github.com/tuurlijk/typo3scan.

There is also an 3rd party tool based on https://github.com/rectorphp/rector which can be found at https://github.com/sabbelasichon/typo3-rector.

This project will not be developed any further, instead use the new projects.

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