chore: require league/oauth2-server
This commit is contained in:
parent
b3e6eae113
commit
20311fbfed
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@
|
||||||
"type": "flarum-extension",
|
"type": "flarum-extension",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^1.2.0"
|
"flarum/core": "^1.2.0",
|
||||||
|
"league/oauth2-server": "*",
|
||||||
|
"ext-openssl": "*",
|
||||||
|
"ext-json": "*"
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue