fix: SPDX license identifier (#1)

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

View file

@ -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/"
}
}
}
}