Download the PHP package sserbin/doctrine-migrations2-upgrade without Composer
On this page you can find all versions of the php package sserbin/doctrine-migrations2-upgrade. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sserbin/doctrine-migrations2-upgrade
More information about sserbin/doctrine-migrations2-upgrade
Files in sserbin/doctrine-migrations2-upgrade
Download sserbin/doctrine-migrations2-upgrade
More information about sserbin/doctrine-migrations2-upgrade
Files in sserbin/doctrine-migrations2-upgrade
Vendor sserbin
Package doctrine-migrations2-upgrade
Short Description Convert doctrine migrations files when upgrading from 1.x to 2.x
License MIT
Package doctrine-migrations2-upgrade
Short Description Convert doctrine migrations files when upgrading from 1.x to 2.x
License MIT
Keywords doctrine-migrations
Please rate this library. Is it a good library?
Informations about the package doctrine-migrations2-upgrade
Intro
Doctrine migrations 2.0 introduced a number of BC breaks forcing users migrating from 1.x to adjust all of their previous migrations. This package aims to automate upgrading from 1.x to 2.0 by doing automatic code adjustments for your migration files.
The following bc breaks are covered:
- exception class renames
- main namespace rename
- migration classes return type signature fix (for
up()
,down()
,preUp()
,postUp()
,preDown()
,postDown()
,getDescription()
,isTransactional()
)
Installation
Usage
All versions of doctrine-migrations2-upgrade with dependencies
PHP Build Version
Package Version
The package sserbin/doctrine-migrations2-upgrade contains the following files
Loading the files please wait ....