张保健 97d25c38f3 首次提交 | 4 年 前 | |
---|---|---|
.. | ||
src | 4 年 前 | |
tests | 4 年 前 | |
.gitignore | 4 年 前 | |
.php_cs | 4 年 前 | |
.travis.yml | 4 年 前 | |
LICENSE | 4 年 前 | |
README.md | 4 年 前 | |
build.xml | 4 年 前 | |
composer.json | 4 年 前 | |
phpunit.xml | 4 年 前 |
Snapshotting of global state, factored out of PHPUnit into a stand-alone component.
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