chore(doc): add PHP 8.1+ support to README

This commit is contained in:
Victor Westerlund 2024-11-23 09:22:39 +00:00
parent 855222e4c4
commit 6397a54b40

View file

@ -1,6 +1,8 @@
# php-globalsnapshot
Capture the current state of all [PHP superglobal variables](https://www.php.net/manual/en/language.variables.superglobals.php); which can then be restored to that state at a later time.
Capture the current state of all [PHP superglobal variables](https://www.php.net/manual/en/language.variables.superglobals.php) - which can then be restored to the state of capture at a later time.
**Supports PHP 8.1+**
Example use:
```php