• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/28-Mar-2019-20495

tests/28-Mar-2019-14585

.travis.ymlD27-Mar-2019280 2216

LICENSED27-Mar-20191.5 KiB3427

README.mdD27-Mar-2019425 157

build.xmlD27-Mar-2019819 2823

composer.jsonD27-Mar-2019844 3736

phpunit.xml.distD27-Mar-2019661 2120

README.md

1# Recursion Context
2
3...
4
5## Installation
6
7You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
8
9    composer require sebastian/recursion-context
10
11If 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:
12
13    composer require --dev sebastian/recursion-context
14
15