Heimdall/vendor/phpunit/php-text-template/README.md

13 lines
412 B
Markdown
Raw Normal View History

2018-02-01 20:01:12 +00:00
# Text_Template
## Installation
2022-11-13 16:05:03 +00:00
You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
composer require phpunit/php-text-template
2018-02-01 20:01:12 +00:00
2022-11-13 16:05:03 +00:00
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:
2018-02-01 20:01:12 +00:00
2022-11-13 16:05:03 +00:00
composer require --dev phpunit/php-text-template
2018-02-01 20:01:12 +00:00