php-globalsnapshot/composer.json
vlw 0db14c2d0b chore: change project namespace (#3)
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>
2024-11-23 09:23:17 +00:00

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/"
}
}
}