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
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}
}