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",
"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",