From e227fa07f52e244b913fa4d69c923e1d02c8cc2e Mon Sep 17 00:00:00 2001 From: Lars Vierbergen Date: Wed, 30 Aug 2017 10:01:48 +0200 Subject: [PATCH] Install bundle as authserver plugin --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 087f612..8ebc6b2 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { "name": "vierbergenlars/authserver-external-account-bundle", + "description": "Authserver external accounts plugin.", "license": "AGPL", + "type": "authserver-plugin", "authors": [ { "name": "Lars Vierbergen", @@ -8,5 +10,7 @@ } ], "minimum-stability": "stable", - "require": {} + "require": { + "vierbergenlars/authserver-installer": "^1.0" + } }