automad/package-installer

A custom composer installer for Automad packages

1.1.2 2020-10-25 21:22 UTC

This package is auto-updated.

Last update: 2024-04-24 10:54:49 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"
    }
}