canyin-project/ybcy/vendor/phpunit/php-text-template
2024-11-01 16:07:54 +08:00
..
src init 2024-11-01 16:07:54 +08:00
.gitattributes init 2024-11-01 16:07:54 +08:00
.gitignore init 2024-11-01 16:07:54 +08:00
composer.json init 2024-11-01 16:07:54 +08:00
LICENSE init 2024-11-01 16:07:54 +08:00
README.md init 2024-11-01 16:07:54 +08:00

Text_Template

Installation

Installation

To add this package as a local, per-project dependency to your project, simply add a dependency on phpunit/php-text-template to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on Text_Template:

{
    "require": {
        "phpunit/php-text-template": "~1.2"
    }
}