huenisys / stirrer by huenisys

composer-plugin for installing huenisys/stir
50
0
1
Package Data
Maintainer Username: huenisys
Maintainer Contact: paul@huenits.com (huenisys)
Package Create Date: 2017-09-07
Package Last Update: 2017-10-25
Language: PHP
License: MIT
Last Refreshed: 2024-11-23 03:03:06
Package Statistics
Total Downloads: 50
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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