server 52763dedf1 gitignore | 2 년 전 | |
---|---|---|
.. | ||
src | 2 년 전 | |
tests | 2 년 전 | |
.gitignore | 2 년 전 | |
.php_cs | 2 년 전 | |
.travis.yml | 2 년 전 | |
LICENSE | 2 년 전 | |
README.md | 2 년 전 | |
build.xml | 2 년 전 | |
composer.json | 2 년 전 | |
phpunit.xml | 2 년 전 |
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