mirror of
https://codeberg.org/vlw/php-globalsnapshot.git
synced 2025-09-13 20:03:41 +02:00
chore: change project namespace
This commit is contained in:
parent
80cb5d17b2
commit
63f03472ee
2 changed files with 4 additions and 4 deletions
|
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue