|
|
há 6 anos atrás | |
|---|---|---|
| .. | ||
| src | há 6 anos atrás | |
| tests | há 6 anos atrás | |
| .gitignore | há 6 anos atrás | |
| .travis.yml | há 6 anos atrás | |
| LICENSE | há 6 anos atrás | |
| README.md | há 6 anos atrás | |
| build.xml | há 6 anos atrás | |
| composer.json | há 6 anos atrás | |
| phpunit.xml.dist | há 6 anos atrás | |
...
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"
}
}