Skip to content

Instantly share code, notes, and snippets.

@arghav
Created December 9, 2011 10:58
Show Gist options
  • Save arghav/1451101 to your computer and use it in GitHub Desktop.
Save arghav/1451101 to your computer and use it in GitHub Desktop.
{
"name": "friendsofsymfony/twitter-bundle",
"type": "symfony-bundle",
"description": "Symfony FOSTwitterBundle",
"keywords": ["Twitter authentication"],
"homepage": "http://friendsofsymfony.github.com",
"license": "MIT",
"authors": [
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/FriendsOfSymfony/FOSTwitterBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"symfony/security-bundle": "2.*",
"kertz/twitteroauth": "*"
},
"suggest": {
"symfony/doctrine-bundle": "*",
"symfony/mongodb-odm-bundle": "*",
"doctrine/couchdb-odm-bundle": "*"
},
"autoload": {
"psr-0": { "FOS\\TwitterBundle": "" }
},
"target-dir": "FOS/TwitterBundle",
"config": {
"vendor-dir": "../../../../vendor"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment