Açıklama Yok

sunhao fe08a6fbcc 初始 5 yıl önce
..
src fe08a6fbcc 初始 5 yıl önce
tests fe08a6fbcc 初始 5 yıl önce
.gitignore fe08a6fbcc 初始 5 yıl önce
.travis.yml fe08a6fbcc 初始 5 yıl önce
LICENSE fe08a6fbcc 初始 5 yıl önce
README.md fe08a6fbcc 初始 5 yıl önce
build.xml fe08a6fbcc 初始 5 yıl önce
composer.json fe08a6fbcc 初始 5 yıl önce
phpunit.xml.dist fe08a6fbcc 初始 5 yıl önce

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