diff --git a/composer.json b/composer.json index 882d915..d42896e 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "OAuth", + "name": "Eher/OAuth", "type": "library", "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { - "OAuth": "src/" + "Eher/OAuth": "src/" } } }