disparity / deployment-bundle
Symfony 2 Bundle for easy migration to the specified commit / tag / branch execution (and revert) migration doctrine and installing dependencies
Package info
github.com/Disparity/deployment-bundle
Type:symfony-bundle
pkg:composer/disparity/deployment-bundle
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2022-02-01 12:40:28 UTC
README
This project is abandoned, use git hooks instead.
Symfony 2 Bundle for easy migration to the specified commit / tag / branch execution (and revert) migration doctrine and installing dependencies
Usage
app/console disparity:deployment:migrate [--display-sql] [--clean-working-copy] [branch-name | tag | commit]
Composer Installation
{
"require": {
"disparity/deployment-bundle": ">=0.1"
}
}
Through terminal: composer require disparity/deployment-bundle:>=0.1