disparity/deployment-bundle

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

Symfony 2 Bundle for easy migration to the specified commit / tag / branch execution (and revert) migration doctrine and installing dependencies

v0.2.0-beta 2014-10-26 17:24 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:40:28 UTC


README

This project is abandoned, use git hooks instead.

Latest Stable Version Total Downloads Latest Unstable Version License

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