From d27368cc76a64bae2ef9346f3c90293268ada7db Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Tue, 23 Oct 2018 10:27:22 +0900 Subject: [PATCH] Use specific license tag (passes `composer validate`) There's this license announcement: https://pear.php.net/group/docs/20040402-la.php It links to the LGPL Version 3, but in 2004 there was only 2.1. So it seems like that actual license definition must be LGPL-2.1 or later. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index df6faed..be44a78 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "include-path": [ "./" ], - "license": "LGPL", + "license": "LGPL-2.1-or-later", "minimum-stability": "dev", "prefer-stable": true, "name": "pear/spreadsheet_excel_writer",