Chris@0: # Recursion Context Chris@0: Chris@0: ... Chris@0: Chris@0: ## Installation Chris@0: Chris@0: You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): Chris@0: Chris@0: composer require sebastian/recursion-context Chris@0: Chris@0: 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: Chris@0: Chris@0: composer require --dev sebastian/recursion-context Chris@0: