huenisys/stirrer

composer-plugin for installing huenisys/stir
50
Install
composer require huenisys/stirrer
Latest Version:1.0.0
License:MIT
Last Updated:Oct 25, 2017
Links: GitHub  ·  Packagist
Maintainer: huenisys

huenisys/stirrer

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",
},