crusepartnership/feature-branch-plugin

There is no license information available for the latest version (2.0.1) of this package.

Installs: 22 511

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 1

Open Issues: 0

Type:composer-plugin

2.0.1 2023-06-21 02:15 UTC

This package is not auto-updated.

Last update: 2024-06-14 00:47:12 UTC


README

Composer plugin to allow easy-peasy management of feature branches across multiple repositories

Usage

Update your composer.json file to include the repositories you'd like to watch.

Subsequent composer update calls will use matching feature branches (or fall back to the specified dependency in composer.json)

composer.json

	"extra": {
      "feature-branch-repositories": [
        "crusepartnership/super-repo"
      ],
      "feature-branch-fallbacks": {
        "crusepartnership/super-repo": "master"
      }
    }