Skip to content

Instantly share code, notes, and snippets.

@drugan
Last active October 8, 2017 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drugan/0447b50ce870fb9c139800c5a8d3ca48 to your computer and use it in GitHub Desktop.
Save drugan/0447b50ce870fb9c139800c5a8d3ca48 to your computer and use it in GitHub Desktop.
A kinda your own Packagist. Usage: composer create-project --repository=https://raw.githubusercontent.com/USER/PROJECT/BRANCH/packages.json USER/PROJECT YOUR-DIR
{
"packages": {
"drugan/project-base": {
"dev-8.x": {
"name": "drugan/project-base",
"version": "8.4",
"dist": {
"type": "zip",
"url": "https://github.com/drugan/project-base/archive/8.x.zip"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment