Created
November 26, 2019 21:34
-
-
Save fedetibaldo/67346873235fc66a9a1dfa2e7434af66 to your computer and use it in GitHub Desktop.
How to test composer create-project with a local repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer create-project vendor/package test-install \ | |
--repository "{ \"type\": \"git\", \"url\": \"path\/to\/.git\" }" \ | |
--stability dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment