From c3064395f8971bea7179bb0780358942a1ee221b Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Wed, 15 Sep 2021 16:16:07 +0200 Subject: [PATCH] Use license SPDX notation in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index de1c659..7d6aa25 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "upschooling/upschooling", "description": "UPschooling Support Platform", "type": "project", - "license": "AGPL", + "license": "AGPL-3.0-or-later", "authors": [ { "name": "UPschooling" @@ -27,4 +27,4 @@ "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix" } -} \ No newline at end of file +}