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 +}