gplcart/composer-module-installer

GplCart composer module installer

1.0.0 2018-03-04 18:07 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:30:59 UTC


README

Scrutinizer Code Quality

GplCart composer module installer is a composer plugin that allows developers to download GplCart modules into module directory using standard composer require command.

Note: you have to enable downloaded modules manually

To make your module available for this installer, be sure you have the following lines in composer.json

{
"type": "gplcart-module",
"require": {
	"gplcart/composer-module-installer": "^1"
}