# Upgrading Phinx to 0.6* Phinx0.6 allows template creation access to the InputInterfaceandOutputInterface.To upgrade, rather than implementing the ```\Phinx\Migration\CreationInterface``` interfacein yourtemplate creation class, extend the ```\Phinx\Migration\AbstractTemplateCreation``` abstract class.