diff --git a/composer.json b/composer.json index 592b52b..d34f5f4 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,6 @@ { "name": "league/oauth2-client", "description": "OAuth 2.0 Client Library", - "version": "0.1", - "homepage": "https://github.com/php-loep/oauth2-client", "license": "MIT", "require": { "php": ">=5.3.0", @@ -12,12 +10,6 @@ "phpunit/phpunit": "*", "fzaninotto/faker": "*" }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/php-loep/oauth2-client.git" - } - ], "keywords": [ "oauth", "oauth2",