crusepartnership/feature-branch-plugin

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

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 22 511

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 1

Type:composer-plugin

pkg:composer/crusepartnership/feature-branch-plugin

2.0.1 2023-06-21 02:15 UTC

This package is not auto-updated.

Last update: 2024-10-04 02:18:49 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"
      }
    }