From 4896d9e05cb96fb8f180380c5481f6262accb77d Mon Sep 17 00:00:00 2001 From: Daniel Morell Date: Fri, 26 Sep 2025 11:07:56 -0500 Subject: [PATCH] Fixed invalid license in composer.json file. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1687d1d..3a9436f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "wp-coding-standards/wpcs": "^2.2", "sirbrillig/phpcs-variable-analysis": "^2.8" }, - "license": "GNU GPL", + "license": "GPL-2.0-or-later", "authors": [ { "name": "Rollbar, Inc.",