You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
609 B
24 lines
609 B
{
|
|
"name": "vierbergenlars/authserver-external-account-bundle",
|
|
"description": "Authserver external accounts plugin.",
|
|
"license": "AGPL",
|
|
"type": "authserver-plugin",
|
|
"authors": [
|
|
{
|
|
"name": "Lars Vierbergen",
|
|
"email": "vierbergenlars@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"vierbergenlars\\AuthserverExternalAccountBundle\\": "."
|
|
}
|
|
},
|
|
"config": {
|
|
"prepend-autoloader": false
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"vierbergenlars/authserver-installer": "^1.0"
|
|
}
|
|
}
|
|
|