mirror of
https://codeberg.org/vlw/php-globalsnapshot.git
synced 2025-09-13 20:03:41 +02:00
Change namespace from `victorwesterlund/globalsnapshot` to `vlw/globalsnapshot`. I will also deprecate the [existing Packagist listing](https://packagist.org/packages/victorwesterlund/globalsnapshot) in favor of a new one using the new namespace. Reviewed-on: https://codeberg.org/vlw/php-globalsnapshot/pulls/3 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
18 lines
401 B
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/"
|
|
}
|
|
}
|
|
}
|