Composer.json updated

This commit is contained in:
Eher 2012-02-12 15:17:48 -02:00
parent 4344315960
commit 17ca454bb8
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{
"name": "OAuth",
"name": "Eher/OAuth",
"type": "library",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"OAuth": "src/"
"Eher/OAuth": "src/"
}
}
}