OAuth/composer.json

13 lines
188 B
JSON

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