pantheon-systems/upstream-management

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

Installs: 47 785

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 3

Open Issues: 1

Type:composer-plugin

1.0.1 2024-02-27 15:21 UTC

This package is auto-updated.

Last update: 2024-03-27 15:42:58 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