wesmiler 40c22a31b2 Wesmiler 2 years ago
..
.github 40c22a31b2 Wesmiler 2 years ago
.phive 40c22a31b2 Wesmiler 2 years ago
.psalm 40c22a31b2 Wesmiler 2 years ago
src 40c22a31b2 Wesmiler 2 years ago
tests 40c22a31b2 Wesmiler 2 years ago
tools 40c22a31b2 Wesmiler 2 years ago
.gitattributes 40c22a31b2 Wesmiler 2 years ago
.gitignore 40c22a31b2 Wesmiler 2 years ago
.php_cs.dist 40c22a31b2 Wesmiler 2 years ago
ChangeLog.md 40c22a31b2 Wesmiler 2 years ago
LICENSE 40c22a31b2 Wesmiler 2 years ago
README.md 40c22a31b2 Wesmiler 2 years ago
build.xml 40c22a31b2 Wesmiler 2 years ago
composer.json 40c22a31b2 Wesmiler 2 years ago
phpunit.xml 40c22a31b2 Wesmiler 2 years ago

README.md

Text_Template

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require phpunit/php-text-template

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:

composer require --dev phpunit/php-text-template