I just discovered this project, and I am very impressed. I would love to see it eventually replace Composer's current global functionality.
I do have one suggestion: use a json file, probably ~/.composer/global.json, like Composer currently uses ~/.composer/composer.json. I have no problem using the command line to install/update packages, but I would like to be able to say, commit my global.json in my dotfiles to more easily bootstrap machines, as I currently do with ~/.composer/composer.json.
I understand this would probably introduce dependencies which goes against the goals of this project. It's just a suggestion. :)
I just discovered this project, and I am very impressed. I would love to see it eventually replace Composer's current global functionality.
I do have one suggestion: use a json file, probably
~/.composer/global.json
, like Composer currently uses~/.composer/composer.json
. I have no problem using the command line to install/update packages, but I would like to be able to say, commit my global.json in my dotfiles to more easily bootstrap machines, as I currently do with~/.composer/composer.json
.I understand this would probably introduce dependencies which goes against the goals of this project. It's just a suggestion. :)