From 9925ad1068f284d8adcd4d0d57023d8f75b7d01c Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 28 Aug 2018 11:48:19 +0200 Subject: [PATCH] * Updated --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7808660..65a0588 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "type": "yii2-extension", "description": "Another Yii2 LDAP Auth Extension", "keywords": ["yii2", "ldap", "auth"], + "license" : "BSD-3-Clause", "support": { "source": "https://github.com/Commifreak/yii2-ldap-auth" }, @@ -13,7 +14,7 @@ } ], "require": { - "yiisoft/yii2": "~2.0.0" + "yiisoft/yii2": "~2.0.14" }, "autoload": { "psr-4": {