fix: SPDX license identifier

This commit is contained in:
Victor Westerlund 2024-04-18 11:44:04 +00:00 committed by GitHub
parent 390cdb4adc
commit 335ae6c2fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
"name": "victorwesterlund/globalsnapshot", "name": "victorwesterlund/globalsnapshot",
"description": "Capture and restore the state of all PHP superglobals.", "description": "Capture and restore the state of all PHP superglobals.",
"type": "library", "type": "library",
"license": "The-Unlicense", "license": "Unlicense",
"authors": [ "authors": [
{ {
"name": "Victor Westerlund", "name": "Victor Westerlund",
@ -15,4 +15,4 @@
"victorwesterlund\\": "src/" "victorwesterlund\\": "src/"
} }
} }
} }