src
1 year ago
ChangeLog.md
1 year ago
LICENSE
1 year ago
README.md
1 year ago
composer.json
1 year ago
README.md
19 lines
| 1 | # sebastian/recursion-context |
| 2 | |
| 3 | [](https://github.com/sebastianbergmann/recursion-context/actions](https://github.com/sebastianbergmann/recursion-context/actions](https://github.com/sebastianbergmann/recursion-context/actions) |
| 4 | [](https://shepherd.dev/github/sebastianbergmann/recursion-context](https://shepherd.dev/github/sebastianbergmann/recursion-context](https://shepherd.dev/github/sebastianbergmann/recursion-context) |
| 5 | |
| 6 | ## Installation |
| 7 | |
| 8 | You can add this library as a local, per-project dependency to your project using [](https://getcomposer.org/Composer](https://getcomposer.org/](https://getcomposer.org/): |
| 9 | |
| 10 | ``` |
| 11 | composer require sebastian/recursion-context |
| 12 | ``` |
| 13 | |
| 14 | If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency: |
| 15 | |
| 16 | ``` |
| 17 | composer require --dev sebastian/recursion-context |
| 18 | ``` |
| 19 |