ggdworkshop/vendor/sebastian/global-state
2024-07-28 17:54:56 -03:00
..
src clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
tests clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
.gitignore clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
.travis.yml clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
build.xml clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
composer.json clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
LICENSE clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
phpunit.xml.dist clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00
README.md clean external js lib to only use the minifyed version 2024-07-28 17:54:56 -03:00

GlobalState

Snapshotting of global state, factored out of PHPUnit into a stand-alone component.

Build Status

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.*"
    }
}