automad / package-installer
A custom composer installer for Automad packages
Fund package maintenance!
marcantondahmen
Ko Fi
paypal.me/marcantondahmen
Installs: 11 419
Dependents: 23
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0||^2.0
Requires (Dev)
- composer/composer: ^2.0
This package is auto-updated.
Last update: 2024-12-24 12:06:59 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"
}
}