Skip to content

Instantly share code, notes, and snippets.

@jaymecd
Forked from jakzal/composer.json
Created September 10, 2013 08:23
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 jaymecd/6506510 to your computer and use it in GitHub Desktop.
Save jaymecd/6506510 to your computer and use it in GitHub Desktop.
"repositories": {
"antimattr/google-bundle": {
"package": {
"name": "antimattr/google-bundle",
"version": "master",
"source": {
"url": "git://github.com/antimattr/GoogleBundle.git",
"type": "git",
"reference": "master"
},
"target-dir": "AntiMattr/GoogleBundle",
"autoload": {
"psr-0": {
"AntiMattr\\GoogleBundle": ""
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment