pantheon-systems/upstream-management

Composer 插件,包含用于管理 Pantheon 上游的一系列脚本

1.0.1 2024-02-27 15:21 UTC

This package is auto-updated.

Last update: 2024-09-23 19:57:28 UTC


README

本软件包提供了一系列脚本,用于在 Pantheon 中管理上游。

安装

使用 composer 常规安装

composer require pantheon-systems/upstream-management

系统将提示您授权插件,请进行授权。

使用方法

此插件为自定义上游提供两个命令

upstream:require

用于在您的上游配置文件夹中要求依赖项。

composer upstream-require drupal/ctools

upstream:update-dependencies

用于使用上游中版本锁定的依赖项(并更新这些版本)。这样,您可以锁定上游依赖项的版本。

composer upstream:update-dependencies