GGican cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos
..
src cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos
tests cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos
.gitignore cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos
.travis.yml cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos
LICENSE cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos
README.md cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos
build.xml cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos
composer.json cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos
phpunit.xml.dist cac8b25593 change left-sidebar %!s(int64=8) %!d(string=hai) anos

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