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 +}