php-globalsnapshot/composer.json

18 lines
401 B
JSON

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