sunhao fe08a6fbcc 初始 | 5 vuotta sitten | |
---|---|---|
.. | ||
src | 5 vuotta sitten | |
tests | 5 vuotta sitten | |
.gitignore | 5 vuotta sitten | |
.travis.yml | 5 vuotta sitten | |
LICENSE | 5 vuotta sitten | |
README.md | 5 vuotta sitten | |
build.xml | 5 vuotta sitten | |
composer.json | 5 vuotta sitten | |
phpunit.xml.dist | 5 vuotta sitten |
...
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"
}
}