annotate vendor/phpunit/php-token-stream/README.md @ 8:50b0d041100e

Further files for download
author Chris Cannam
date Mon, 05 Feb 2018 10:56:40 +0000
parents 4c8ae668cc8c
children 1fec387a4317
rev   line source
Chris@0 1 [![Build Status](https://travis-ci.org/sebastianbergmann/php-token-stream.svg?branch=master)](https://travis-ci.org/sebastianbergmann/php-token-stream)
Chris@0 2
Chris@0 3 # PHP_TokenStream
Chris@0 4
Chris@0 5 ## Installation
Chris@0 6
Chris@0 7 You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
Chris@0 8
Chris@0 9 composer require phpunit/php-token-stream
Chris@0 10
Chris@0 11 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 12
Chris@0 13 composer require --dev phpunit/php-token-stream
Chris@0 14