OAuth/composer.json

13 lines
188 B
JSON
Raw Normal View History

2012-02-08 19:12:44 +00:00
{
2012-02-12 17:17:48 +00:00
"name": "Eher/OAuth",
2012-02-08 19:23:47 +00:00
"type": "library",
2012-02-12 17:10:02 +00:00
"require": {
"php": ">=5.3.0"
2012-04-03 14:00:41 +00:00
},
"autoload": {
"psr-0": {
"Eher\\OAuth": "src"
}
2012-02-08 19:23:47 +00:00
}
2012-02-08 19:12:44 +00:00
}