+4
−4
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -3,11 +3,11 @@ | ||
"description": "The Simple OAuth module for Drupal",
|
||
"type": "drupal-module",
|
||
"require": {
|
||
"league/oauth2-server": "^8.0 < 8.2",
|
||
"lcobucci/jwt": "^3.4",
|
||
"steverhoades/oauth2-openid-connect-server": "^1.1",
|
||
"lcobucci/jwt": "^4",
|
||
"league/oauth2-server": "^8.3",
|
||
"steverhoades/oauth2-openid-connect-server": "^2.4",
|
||
"drupal/consumers": "^1.2",
|
||
"php": ">=7.0"
|
||
"php": ">=7.4"
|
||
},
|
||
"license": "GPL-2.0+",
|
||
"authors": [
|
||
Loading