Skip to content

Instantly share code, notes, and snippets.

@jakzal
Created January 16, 2012 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jakzal/1621571 to your computer and use it in GitHub Desktop.
Save jakzal/1621571 to your computer and use it in GitHub Desktop.
composer.json - example of external repository
"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": ""
}
}
}
}
}
@Fedcomp
Copy link

Fedcomp commented Nov 30, 2014

"Must have a type defined"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment