sunhao fe08a6fbcc 初始 | лет назад: 5 | |
---|---|---|
.. | ||
src | лет назад: 5 | |
tests | лет назад: 5 | |
.gitignore | лет назад: 5 | |
.travis.yml | лет назад: 5 | |
LICENSE | лет назад: 5 | |
README.md | лет назад: 5 | |
build.xml | лет назад: 5 | |
composer.json | лет назад: 5 | |
phpunit.xml.dist | лет назад: 5 |
...
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"
}
}