Fix license in composer.json

As per the [`composer.json` specification](https://getcomposer.org/doc/04-schema.md#license) the license should be a proper identifier from the [SPDX License List](https://spdx.org/licenses/). For LGPL 3.0 or later the proper identifier is `LGPL-3.0-or-later`.
9fde7bb9b4/LICENSE.TXT (L5-L8)
This commit is contained in:
SunMar 2019-11-12 22:00:21 +01:00 committed by GitHub
parent 9fde7bb9b4
commit e2ac8de9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
"pdf417",
"barcodes"
],
"license": "LGPL-3.0",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Nicola Asuni",