From e2ac8de9cdafd1206799f03217024dd67892fd6f Mon Sep 17 00:00:00 2001 From: SunMar Date: Tue, 12 Nov 2019 22:00:21 +0100 Subject: [PATCH] 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`. https://github.com/tecnickcom/TCPDF/blob/9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b/LICENSE.TXT#L5-L8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 70416fd..7f73c3a 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "pdf417", "barcodes" ], - "license": "LGPL-3.0", + "license": "LGPL-3.0-or-later", "authors": [ { "name": "Nicola Asuni",