From 70a33db9c2ee7d4326950bd47c7219a8708013a4 Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Fri, 16 Feb 2024 09:54:47 -0500 Subject: [PATCH] Update license property in composer.json fixes #104 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6ed9c5..910a0a1 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", - "license": "LGPL-3.0", + "license": "LGPL-3.0-or-later", "authors": [ { "name": "Fabien Ménager",