From 1cbba6dc1500381a87be710c54b3388192f45738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= Date: Tue, 25 Jan 2022 15:07:40 +0100 Subject: [PATCH] chore: add license to composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index bbc6cfd..286c2e8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "privacyidea/privacyidea-php-client", "description": "This is the privacyIDEA-PHP-Client. The library that will help you to connect your plugin to the privacyIDEA server using REST APIs.", + "license": "AGPL-3.0-or-later", "minimum-stability": "stable", "authors": [ {