annotate 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
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 [![Build Status](https://travis-ci.org/sebastianbergmann/global-state.svg?branch=master)](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 }