问题
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