mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-28 07:50:23 +05:30
Updated composer.json
This commit is contained in:
parent
f9c0cb08e0
commit
3fcba9339d
@ -8,8 +8,7 @@
|
|||||||
"league/event": "~2.1",
|
"league/event": "~2.1",
|
||||||
"zendframework/zend-diactoros": "~1.1",
|
"zendframework/zend-diactoros": "~1.1",
|
||||||
"namshi/jose": "^6.0",
|
"namshi/jose": "^6.0",
|
||||||
"defuse/php-encryption": "^1.2"
|
"lcobucci/jwt": "^3.1"
|
||||||
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "4.8.*",
|
"phpunit/phpunit": "4.8.*",
|
||||||
@ -51,9 +50,6 @@
|
|||||||
"lncd/oauth2": "*",
|
"lncd/oauth2": "*",
|
||||||
"league/oauth2server": "*"
|
"league/oauth2server": "*"
|
||||||
},
|
},
|
||||||
"bin": [
|
|
||||||
"bin/generate-crypto-key"
|
|
||||||
],
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"League\\OAuth2\\Server\\": "src/"
|
"League\\OAuth2\\Server\\": "src/"
|
||||||
|
Loading…
Reference in New Issue
Block a user