sanatorium/path-installers

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

Custom composer path installers

Installs: 2

Dependents: 16

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:composer-plugin

1.0.2 2016-03-12 17:53 UTC

This package is not auto-updated.

Last update: 2024-04-17 17:34:34 UTC


README

Custom Composer Path Installers.

Usage

Specify package type as path-installer:

{
	"type" : "path-installer"
}

Specify custom path:

{
	"extra": {
		"path": "custom/path"
	}
}