Skip to content

Instantly share code, notes, and snippets.

@immutef
Created January 16, 2012 11:40
Show Gist options
  • Save immutef/1620468 to your computer and use it in GitHub Desktop.
Save immutef/1620468 to your computer and use it in GitHub Desktop.
Symfony2 bundle w/ Composer
{
"require": {
"yoye/localization-bundle": "*"
},
"repositories": {
"yoye/localization-bundle": {
"package": {
"name": "yoye/localization-bundle",
"version": "master-dev",
"dist": {
"url": "https://github.com/yoye/LocalizationBundle/zipball/master",
"type": "zip"
},
"source": {
"url": "git://github.com/yoye/LocalizationBundle.git",
"type": "git",
"reference": "master"
},
"autoload": {
"psr-0": { "Yoye\\Bundle\\LocalizationBundle": "" }
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment