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.
Package info
github.com/crusepartnership/feature-branch-plugin
Type:composer-plugin
pkg:composer/crusepartnership/feature-branch-plugin
2.0.1
2023-06-21 02:15 UTC
Requires
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.0
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"
}
}