huenisys/stirrer

composer-plugin for installing huenisys/stir

Installs: 50

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

1.0.0 2017-10-25 01:24 UTC

This package is auto-updated.

Last update: 2024-04-29 03:44:30 UTC


README

composer plugin for installing huenisys/stir

usage

Simply have your composer package have type: stir-package and that will force the src to be installed in the root _stir folder. You must require: huenisys/stirrer

"type": "stir-package",
"require": {
    "huenisys/stirrer": "dev-master",
},