Skip to content

Instantly share code, notes, and snippets.

@thijsbouwes
Created May 30, 2017 22:46
Show Gist options
  • Save thijsbouwes/d9eacdf4d74d416864092e5eebaf594a to your computer and use it in GitHub Desktop.
Save thijsbouwes/d9eacdf4d74d416864092e5eebaf594a to your computer and use it in GitHub Desktop.
Local composer package
{
"name": "test/package-name",
"description": "Test project to demonstrate local package development",
"license": "MIT",
"authors": [
{
"name": "Thijs Bouwes",
"email": "thijsbouwes@gmail.com"
}
],
"require": {
"test/package-name": "@dev"
},
"repositories": [
{
"type": "path",
"url": "~/git-projects/package-name"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment