Download the PHP package petrknap/doctrine-migrationscontinuity without Composer
On this page you can find all versions of the php package petrknap/doctrine-migrationscontinuity. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download petrknap/doctrine-migrationscontinuity
More information about petrknap/doctrine-migrationscontinuity
Files in petrknap/doctrine-migrationscontinuity
Package doctrine-migrationscontinuity
Short Description Continuity checker for Doctrine Migrations
License MIT
Homepage https://petrknap.github.io/docs/doctrine-migrationscontinuity.html
Informations about the package doctrine-migrationscontinuity
Continuity checker for Doctrine Migrations
Implemented as external event subscriber due to doctrine/migrations#1036.
Don't forget to follow documentation to register this subscriber.
You can use helper ContinuityChecker::init
to do this.
Symfony
How to install
Run composer require petrknap/doctrine-migrationscontinuity
or merge this JSON code with your project composer.json
file manually and run composer install
. Instead of dev-master
you can use one of released versions.
Or manually clone this repository via git clone https://github.com/petrknap/doctrine-migrationscontinuity.git
or download this repository as ZIP and extract files into your project.