Skip to content

Instantly share code, notes, and snippets.

@phil-lavin
Created January 3, 2014 09:09
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 phil-lavin/8235085 to your computer and use it in GitHub Desktop.
Save phil-lavin/8235085 to your computer and use it in GitHub Desktop.
[phil@linux site]$ cat ~/elastic/composer.json
{
"name": "elastictest",
"type": "metapackage",
"description": "Testing",
"license": "MIT",
"authors": [
{
"name": "Phil",
"email": "phil@propcom.co.uk"
}
],
"require": {
"ruflin/elastica": "dev-master"
},
"suggest": {
},
"config": {
"vendor-dir": "vendor"
},
"minimum-stability": "dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment