automad/package-installer

A custom composer installer for Automad packages

Maintainers

Package info

github.com/automadcms/automad-composer-package-installer

Type:composer-plugin

pkg:composer/automad/package-installer

Statistics

Installs: 13 632

Dependents: 23

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.2 2020-10-25 21:22 UTC

This package is auto-updated.

Last update: 2026-02-24 14:59:53 UTC


README

This is a custom Composer installer for Automad packages.

Using the Installer

To be able to be installed with Composer, Automad packages must have the following items set in the composer.json file:

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