php-globalsnapshot/composer.json

18 lines
No EOL
444 B
JSON

{
"name": "victorwesterlund/globalsnapshot",
"description": "Capture and restore the state of all PHP superglobals.",
"type": "library",
"license": "The-Unlicense",
"authors": [
{
"name": "Victor Westerlund",
"email": "victor.vesterlund@gmail.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"victorwesterlund\\": "src/"
}
}
}