mirror of
https://codeberg.org/vlw/php-globalsnapshot.git
synced 2025-09-13 20:03:41 +02:00
fix: SPDX license identifier
This commit is contained in:
parent
390cdb4adc
commit
335ae6c2fe
1 changed files with 2 additions and 2 deletions
|
@ -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/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue