disparity / deployment-bundle
Symfony 2 Bundle for easy migration to the specified commit / tag / branch execution (and revert) migration doctrine and installing dependencies
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-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