wesmiler a41138daae wesmiler hace 2 años
..
.github a41138daae wesmiler hace 2 años
.phive a41138daae wesmiler hace 2 años
.psalm a41138daae wesmiler hace 2 años
src a41138daae wesmiler hace 2 años
tests a41138daae wesmiler hace 2 años
tools a41138daae wesmiler hace 2 años
.gitattributes a41138daae wesmiler hace 2 años
.gitignore a41138daae wesmiler hace 2 años
.php_cs.dist a41138daae wesmiler hace 2 años
ChangeLog.md a41138daae wesmiler hace 2 años
LICENSE a41138daae wesmiler hace 2 años
README.md a41138daae wesmiler hace 2 años
build.xml a41138daae wesmiler hace 2 años
composer.json a41138daae wesmiler hace 2 años
phpunit.xml a41138daae wesmiler hace 2 años

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