slince / composer-registry-manager

:hammer_and_wrench: :hammer: Composer registry manager that help to easily switch to the composer repository you want.
MIT License
555 stars 49 forks source link

支持修改当前项目源 #1

Closed slince closed 7 years ago

slince commented 7 years ago

如果当前目录下有composer.json 则默认修改当前, -g/--global 修改全局;如果当前没有composer.json 则直接修改全局

slince commented 7 years ago

逻辑修改:

默认修改全局,如果需要修改当前项目,需要添加option --current/-c ; 如果命令修改为当前项目管理源,则当前工作目录下必须存在"composer.json"