ministryofjustice / doctrine-migration-version-checker
A small library to interact with doctrine's configuration object to retrieve information about migration version
Installs: 10 362
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 2
Open Issues: 0
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-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
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