Use license SPDX notation in composer.json

This commit is contained in:
Ben 2021-09-15 16:16:07 +02:00
parent 6f45a4ee37
commit c3064395f8
Signed by: ben
GPG key ID: 0F54A7ED232D3319

View file

@ -2,7 +2,7 @@
"name": "upschooling/upschooling", "name": "upschooling/upschooling",
"description": "UPschooling Support Platform", "description": "UPschooling Support Platform",
"type": "project", "type": "project",
"license": "AGPL", "license": "AGPL-3.0-or-later",
"authors": [ "authors": [
{ {
"name": "UPschooling" "name": "UPschooling"
@ -27,4 +27,4 @@
"cs:check": "php-cs-fixer fix --dry-run --diff", "cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix" "cs:fix": "php-cs-fixer fix"
} }
} }