OAuth/composer.json

13 lines
178 B
JSON
Raw Normal View History

2012-02-08 19:12:44 +00:00
{
2012-02-12 17:10:02 +00:00
"name": "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-02-12 15:39:28 +00:00
"autoload": {
"psr-0": {
2012-02-12 17:10:02 +00:00
"OAuth": "src/"
2012-02-12 15:39:28 +00:00
}
2012-02-08 19:23:47 +00:00
}
2012-02-08 19:12:44 +00:00
}