Created
January 16, 2012 16:12
-
-
Save jakzal/1621571 to your computer and use it in GitHub Desktop.
composer.json - example of external repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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
"Must have a type defined"