automad/package-installer

A custom composer installer for Automad packages

Installs: 12 954

Dependents: 23

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/automad/package-installer

1.1.2 2020-10-25 21:22 UTC

This package is auto-updated.

Last update: 2025-09-24 13:52:32 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"
    }
}