From aab1d629769a811a7a05b160d2532c5d6dd5b5b3 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 8 Jan 2018 14:37:56 +0100 Subject: [PATCH] [TASK] Update license info in composer.json (#243) "AGPL-3.0" is deprecated. Updating this avoids warnings with Composer 1.6. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 061fcd7a..24c2ece7 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "manager" ], "homepage": "https://www.phplist.com/", - "license": "AGPL-3.0", + "license": "AGPL-3.0-or-later", "authors": [ { "name": "Oliver Klee",