Mercurial > hg > isophonics-drupal-site
view vendor/sebastian/global-state/README.md @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children | 1fec387a4317 |
line wrap: on
line source
# GlobalState Snapshotting of global state, factored out of PHPUnit into a stand-alone component. [](https://travis-ci.org/sebastianbergmann/global-state) ## Installation To add this package as a local, per-project dependency to your project, simply add a dependency on `sebastian/global-state` to your project's `composer.json` file. Here is a minimal example of a `composer.json` file that just defines a dependency on GlobalState: { "require": { "sebastian/global-state": "1.0.*" } }