Skip to content

Instantly share code, notes, and snippets.

@fedetibaldo
Created November 26, 2019 21:34
Show Gist options
  • Save fedetibaldo/67346873235fc66a9a1dfa2e7434af66 to your computer and use it in GitHub Desktop.
Save fedetibaldo/67346873235fc66a9a1dfa2e7434af66 to your computer and use it in GitHub Desktop.
How to test composer create-project with a local repository
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