annotate vendor/sebastian/global-state/README.md @ 0:4c8ae668cc8c
Initial import (non-working)
author |
Chris Cannam |
date |
Wed, 29 Nov 2017 16:09:58 +0000 |
parents |
|
children |
1fec387a4317 |
rev |
line source |
Chris@0
|
1 # GlobalState
|
Chris@0
|
2
|
Chris@0
|
3 Snapshotting of global state, factored out of PHPUnit into a stand-alone component.
|
Chris@0
|
4
|
Chris@0
|
5 [](https://travis-ci.org/sebastianbergmann/global-state)
|
Chris@0
|
6
|
Chris@0
|
7 ## Installation
|
Chris@0
|
8
|
Chris@0
|
9 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:
|
Chris@0
|
10
|
Chris@0
|
11 {
|
Chris@0
|
12 "require": {
|
Chris@0
|
13 "sebastian/global-state": "1.0.*"
|
Chris@0
|
14 }
|
Chris@0
|
15 }
|