ministryofjustice/doctrine-migration-version-checker

This package is abandoned and no longer maintained. No replacement package was suggested.

A small library to interact with doctrine's configuration object to retrieve information about migration version

4.0.0 2020-12-29 13:43 UTC

This package is not auto-updated.

Last update: 2022-02-27 19:12:43 UTC


README

This repository has been archived and is no longer supported. To use this tool in your software, you can just copy the Version.php file.

doctrine-migration-version-checker

Build Status

codecov

A small library to interact with doctrine's configuration object to retrieve information about migration version

Composer container

To install dependencies using docker

docker-compose run composer

To run other composer commands using docker such as update

docker-compose run composer composer update

Unit test container

To run unit tests in a docker container

docker-compose run unit-test

To rebuild the container after local changes

docker-compose build unit-test