1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/vendor/phpunit/php-text-template
2025-04-02 10:53:30 -03:00
..
.psalm Add PHPUnit 2025-04-02 10:53:30 -03:00
src Add PHPUnit 2025-04-02 10:53:30 -03:00
ChangeLog.md Add PHPUnit 2025-04-02 10:53:30 -03:00
composer.json Add PHPUnit 2025-04-02 10:53:30 -03:00
LICENSE Add PHPUnit 2025-04-02 10:53:30 -03:00
README.md Add PHPUnit 2025-04-02 10:53:30 -03:00

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