Automate code migrations for TYPO3 Extensions
Find a file
2017-03-08 21:47:56 +01:00
src/Standards/Typo3Update FEATURE: Migrate static calls to legacy classnames 2017-03-08 21:47:56 +01:00
.gitignore FEATURE: Provide first basic implementation of classmapping 2017-03-07 13:36:09 +01:00
composer.json FEATURE: Also migrate PHPDoc annotations 2017-03-07 14:56:18 +01:00
LICENSE Initial commit 2017-03-07 11:41:40 +01:00
Makefile FEATURE: Provide first basic implementation of classmapping 2017-03-07 13:36:09 +01:00
Readme.rst FEATURE: Provide first basic implementation of classmapping 2017-03-07 13:36:09 +01:00

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.

Requirements

  • composer needs to be installed and inside your $PATH.

Installation

Run:

make install

Copy the vendor/composer/autoload_classaliasmap.php generated by composer in your TYPO3 installation to LegacyClassnames.php in the root of this project.

Usage

Will follow.