Skip to content

Instantly share code, notes, and snippets.

@earvinpiamonte
Created September 9, 2020 15:25
Show Gist options
  • Save earvinpiamonte/533b3584c5d58fb7e5982d47cf985d7d to your computer and use it in GitHub Desktop.
Save earvinpiamonte/533b3584c5d58fb7e5982d47cf985d7d to your computer and use it in GitHub Desktop.
Composer - use local repo as package
{
...
"repositories": [
{
"type": "path",
"url": "packages/vendor/package/",
"symlink": "true"
}
],
"license": "MIT",
"require": {
"php": "^7.2.5",
"vendor/package": "@dev"
...
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment