drupal/core/vendor/sebastian/recursion-context
webchick 736289f224 Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00
..
src Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00
tests Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00
.gitignore Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00
.travis.yml Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00
LICENSE Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00
README.md Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00
build.xml Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00
composer.json Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00
phpunit.xml.dist Issue #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release 2015-04-29 20:45:28 -07:00

README.md

Recursion Context

...

Installation

To add Recursion Context as a local, per-project dependency to your project, simply add a dependency on sebastian/recursion-context to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on Recursion Context 1.0:

{
    "require": {
        "sebastian/recursion-context": "~1.0"
    }
}