You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
The text was updated successfully, but these errors were encountered:
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. :)
The text was updated successfully, but these errors were encountered: