minitryofjustice / doctrine-migration-version-checker
A small library to interact with doctrine's configuration object to retrieve information about migration version
Requires
- php: >=7.4
- doctrine/migrations: ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.0.0
- satooshi/php-coveralls: ^2.0.0
This package is not auto-updated.
Last update: 2022-02-26 15:53:56 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
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