Skip to content

Commit

Permalink
composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn committed May 23, 2012
1 parent 51babdd commit 8a38de0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "opauth/twitter",
"description": "Twitter strategy for Opauth",
"keywords": ["authentication","auth","twitter"],
"homepage": "http://opauth.org",
"license": "MIT",
"authors": [
{
"name": "U-Zyn Chua",
"email": "[email protected]",
"homepage": "http://uzyn.com"
}
],
"require": {
"php": ">=5.2.0",
"opauth/opauth": "0.1.*"
},
"autoload": {
"psr-0": {
"": "."
}
}
}

0 comments on commit 8a38de0

Please sign in to comment.