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