From ac511b3b4243fb0330eef4c85ae3fb1f1218baf9 Mon Sep 17 00:00:00 2001 From: Sergio Date: Wed, 24 Sep 2025 14:30:11 +0200 Subject: [PATCH] Fix License version BSD is too generic and not in sync with the LICENSE file. Also, Qodana gives error in audit license because can't detect the License --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b3e223..01c62b2 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "exit" ], "homepage": "https://github.com/phplang/scope-exit", - "license": "BSD", + "license": "BSD-3-Clause", "authors": [ { "name": "Sara Golemon",