Composer: create-project with specific commit

陌路散爱 提交于 2019-12-24 13:32:00

问题


Is it possible to create a project of specific commit by its hash? Something like composer create-project composer/satis stais 004ef695d5

I know how to specify version by tag or branch, but I cannot figure out how to point it to exact commit.


回答1:


composer create-project composer/satis stais dev-master#004ef695d5



来源:https://stackoverflow.com/questions/36600849/composer-create-project-with-specific-commit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!