Install bundle as authserver plugin

master v0.1.1
Lars Vierbergen 7 years ago
parent 6389886c6f
commit e227fa07f5
  1. 6
      composer.json

@ -1,6 +1,8 @@
{ {
"name": "vierbergenlars/authserver-external-account-bundle", "name": "vierbergenlars/authserver-external-account-bundle",
"description": "Authserver external accounts plugin.",
"license": "AGPL", "license": "AGPL",
"type": "authserver-plugin",
"authors": [ "authors": [
{ {
"name": "Lars Vierbergen", "name": "Lars Vierbergen",
@ -8,5 +10,7 @@
} }
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"require": {} "require": {
"vierbergenlars/authserver-installer": "^1.0"
}
} }