automad/package-installer

Automad 包的定制 Composer 安装程序

1.1.2 2020-10-25 21:22 UTC

This package is auto-updated.

Last update: 2024-08-24 11:25:54 UTC


README

这是一个为 Automad 包定制的 Composer 安装程序。

使用安装程序

为了能够使用 Composer 安装,Automad 包必须在 composer.json 文件中设置以下项目

{
    "type": "automad-package",
    "require": {
        "automad/package-installer": ">=1.1-stable"
    }
}