mirror of
https://codeberg.org/vlw/php-globalsnapshot.git
synced 2025-09-13 20:03:41 +02:00
18 lines
441 B
JSON
18 lines
441 B
JSON
{
|
|
"name": "victorwesterlund/globalsnapshot",
|
|
"description": "Capture and restore the state of all PHP superglobals.",
|
|
"type": "library",
|
|
"license": "Unlicense",
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor.vesterlund@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"victorwesterlund\\": "src/"
|
|
}
|
|
}
|
|
}
|