mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 05:29:52 +05:30
Changed email + require Guzzle
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
This commit is contained in:
parent
6d1702a15d
commit
74338bca6c
@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "lncd/Oauth2",
|
"name": "lncd/oauth2",
|
||||||
"description": "OAuth 2.0 Framework",
|
"description": "OAuth 2.0 Framework",
|
||||||
"version": "0.2.3",
|
"version": "0.2.3",
|
||||||
"homepage": "https://github.com/lncd/OAuth2",
|
"homepage": "https://github.com/lncd/OAuth2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0",
|
||||||
|
"guzzle/guzzle": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "*"
|
"phpunit/phpunit": "*"
|
||||||
@ -27,7 +28,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Alex Bilbie",
|
"name": "Alex Bilbie",
|
||||||
"email": "oauth2@alexbilbie.com",
|
"email": "hello@alexbilbie.com",
|
||||||
"homepage": "http://www.httpster.org",
|
"homepage": "http://www.httpster.org",
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user