chore: change project namespace

This commit is contained in:
Victor Westerlund 2024-11-23 10:06:35 +01:00
parent 80cb5d17b2
commit 63f03472ee
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,6 +1,6 @@
<?php
namespace victorwesterlund;
namespace vlw;
// Capture the current state of all superglobals.
// This will save a copy of all keys and values and any changes made to the superglobals