openmairie/openmairie-composer-installers

There is no license information available for the latest version (1.0.0) of this package.

Composer plugin to define openMairie types installers

1.0.0 2019-09-27 12:56 UTC

This package is auto-updated.

Last update: 2024-04-28 07:04:15 UTC


README

Composer plugin to define openMairie types installers.

openmairie-layout

To define a package as an openMairie layout package, add the following to your package's composer file:

"name": "openmairie/openmairie-layout-LAYOUT_NAME",
"type": "openmairie-layout",
"require": {
	"openmairie/openmairie-composer-installers": "^1.0"
}

This package will install a openmairie-layout type package in the om-layout/LAYOUT_NAME/ directory.

For now, the package name must start with openmairie/openmairie-layout-.