Skip to content

Instantly share code, notes, and snippets.

@igorw
Created November 2, 2012 23:07
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 igorw/4004893 to your computer and use it in GitHub Desktop.
Save igorw/4004893 to your computer and use it in GitHub Desktop.
comp
{
"name": "any title",
"description": "any description",
"homepage": "http://www.developerhub.cz",
"authors": [
{
"name": "Radim Daniel Panek",
"homepage": "http://www.developerhub.cz"
}
],
"repositories": [
{
"type": "vcs",
"url": "http://github.com/DeveloperHub/PHPTestCase.git"
}
],
"require": {
"DeveloperHub/PHPTestCase": "1.1.*"
},
"config": {
"vendor-dir": "libs"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment