From 7ae1e7021121da70e9b4833d16e03bb8809fa0fa Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 19 Nov 2019 11:31:47 +0100 Subject: [PATCH] add license information --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4992e2b..7379c53 100644 --- a/composer.json +++ b/composer.json @@ -7,5 +7,6 @@ }, "replace": { "bestit/amazonpay4oxid": "*" - } + }, + "license": "GPL-3.0-or-later" }