From a5e39a44e92af0a30230bf3ebb3f2f7da87c1615 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 18 Apr 2024 11:45:55 +0000 Subject: [PATCH] fix: SPDX license identifier (#1) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e32887..d743c08 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "victorwesterlund/globalsnapshot", "description": "Capture and restore the state of all PHP superglobals.", "type": "library", - "license": "The-Unlicense", + "license": "Unlicense", "authors": [ { "name": "Victor Westerlund", @@ -15,4 +15,4 @@ "victorwesterlund\\": "src/" } } -} \ No newline at end of file +}