2017 © Pedro Peláez
 

composer-plugin composer-git-flow-plugin

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer

image

ichhabrecht/composer-git-flow-plugin

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer

  • Sunday, August 14, 2016
  • by IchHabRecht
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,694 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 12 % Grown

The README.md

composer-git-flow-plugin

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer., (*1)

Installation

First you have to require the plugin., (*2)

$ composer require ichhabrecht/composer-git-flow-plugin

Usage

To define the repositories for which the plugin should change the used branch, it is necessary to require those with dev-master constraint., (*3)

{
  "repositories": [
    {
      "type": "vcs",
      "url": "[path-to-your-repository]"
    }
  ],
  "require": {
    "vendor/package": "dev-master"
  }
}

To select the branch your repositories should use, you have to call the composer command git-flow-update which makes sure only repositories with dev-master dependency constraints are updated. To specify the branch prefix use the option stability of the command., (*4)

$ composer git-flow-update --stability develop

If you want to checkout your repositories with the latest release branch you can simply set the stability to release. The plugin searches for any available branch with the stability prefix with a fallback to master branch if no other suitable branch was found., (*5)

The Versions

14/08 2016

dev-master

9999999-dev

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

14/08 2016

2.1.0

2.1.0.0

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

11/08 2016

2.0.1

2.0.1.0

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

07/08 2016

2.0.0

2.0.0.0

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

28/07 2016

1.0.1

1.0.1.0

This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

27/07 2016

1.0.0

1.0.0.0

This Composer plugin enables the possibility to switch between Git Flow branches `on the fly`

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires