Fix composer.json syntax

This commit is contained in:
Eher 2012-12-02 18:15:55 -02:00
parent 6a15224e34
commit 663f81f35b
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{
"name": "Eher/OAuth",
"name": "eher/oauth",
"type": "library",
"license": "BSD-3-Clause",
"description": "OAuth 1 PHP Library",
"require": {
"php": ">=5.3.0"
},