From 034f709ed12c464f9348a196896adec92b585e6b Mon Sep 17 00:00:00 2001 From: Alaa Sarhan Date: Sun, 3 Dec 2023 05:39:32 +0100 Subject: [PATCH] fix license --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2f8268d..9dd4fb2 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "keywords": ["array", "flatten", "arrays"], "homepage": "https://github.com/AlaaSarhan/php-flatten", - "license": "LGPL-3.0", + "license": "LGPL-3.0-or-later", "authors": [ { "name": "Alaa Sarhan",