Skip to content

Instantly share code, notes, and snippets.

@skrosoft
Created November 29, 2018 04:41
Show Gist options
  • Save skrosoft/db3cef862475321b4cd6b1c05ac2e4b2 to your computer and use it in GitHub Desktop.
Save skrosoft/db3cef862475321b4cd6b1c05ac2e4b2 to your computer and use it in GitHub Desktop.
Use a local dev version of a package
{
"require": {
"onaxis/ezplatform-extra": "@dev"
},
"repositories": {
"dev-package": {
"type": "path",
"url": "../ezplatform-extra",
"options": {
"symlink": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment