Composer project data fixed

This commit is contained in:
Eher 2012-02-08 22:44:20 -02:00
parent 2187cd8b44
commit 67680e1564
1 changed files with 6 additions and 5 deletions

View File

@ -7,11 +7,12 @@
"psr-0": {
"OAuth": "src/"
},
"authors":
{
"name": "Andy Smith",
"homepage": "http://term.ie/"
},
"authors":[
{
"name": "Andy Smith",
"homepage": "http://term.ie/"
}
],
"require": {
"php": ">=5.3.0"
}