Update composer.json

1.0
Phil Sturgeon 2014-01-22 22:40:44 -05:00
parent 0c829f4bf1
commit c6596eca9d
1 changed files with 0 additions and 8 deletions

View File

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