sebastian / global-state
Snapshotting of global state
9.0.1
2026-06-01 15:11 UTC
Requires
- php: >=8.4
- sebastian/object-reflector: ^6.0
- sebastian/recursion-context: ^8.0
Requires (Dev)
- ext-dom: *
- phpunit/phpunit: ^13.1.13
- dev-main / 9.0.x-dev
- 9.0.1
- 9.0.0
- 8.0.x-dev
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.2
- 6.0.1
- 6.0.0
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.0
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.0
- dev-renovate/8.0-phpstan-packages
- dev-renovate/main-phpstan-packages
- dev-renovate/main-phpunit-phpunit-13.x
- dev-renovate/8.0-phpunit-phpunit-12.x
- dev-renovate/main-github-actions
This package is auto-updated.
Last update: 2026-06-05 09:46:50 UTC
README
sebastian/global-state
Snapshotting of global state, factored out of PHPUnit into a stand-alone component.
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require sebastian/global-state
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev sebastian/global-state