pantheon-systems/upstream-management

Composer plugin that holds a series of scripts to manage upstreams in Pantheon

Installs: 7 908

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 1

Type:composer-plugin

1.0 2023-02-16 14:34 UTC

This package is auto-updated.

Last update: 2023-09-22 20:09:55 UTC


README

This package provides a series of scripts to be used to manage upstreams in Pantheon.

Installation

Install it as usual with composer:

composer require pantheon-systems/upstream-management

It will prompt you to authorize the plugin, please do so.

Usage

This plugin provides two commands to be used by custom upstreams:

upstream:require

Use it to require dependencies in your upstream-configuration folder.

composer upstream-require drupal/ctools

upstream:update-dependencies

Use it to use version locked dependencies in your upstream (and to update those versions). This way you can pin the versions for your upstream dependencies.

composer upstream:update-dependencies