Alteração do psr-0

This commit is contained in:
Eher 2012-04-03 11:00:41 -03:00
parent 26a92abbdc
commit 815a86af6e
1 changed files with 5 additions and 0 deletions

View File

@ -3,5 +3,10 @@
"type": "library",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"Eher\\OAuth": "src"
}
}
}