drupal/core/vendor/phpunit/php-text-template
webchick 1f266870ec Issue #2400407 by DuaelFr: Ensure vendor phpunit/php-text-template is on latest stable release 2015-09-04 18:43:48 -07:00
..
src Issue #2400407 by DuaelFr: Ensure vendor phpunit/php-text-template is on latest stable release 2015-09-04 18:43:48 -07:00
.gitattributes Issue #1916936 by msonnabaum: Add vendored copy of phpunit. 2013-02-14 13:45:50 -05:00
.gitignore Issue #2400407 by DuaelFr: Ensure vendor phpunit/php-text-template is on latest stable release 2015-09-04 18:43:48 -07:00
LICENSE Issue #2400407 by DuaelFr: Ensure vendor phpunit/php-text-template is on latest stable release 2015-09-04 18:43:48 -07:00
README.md Issue #2400407 by DuaelFr: Ensure vendor phpunit/php-text-template is on latest stable release 2015-09-04 18:43:48 -07:00
composer.json Issue #2400407 by DuaelFr: Ensure vendor phpunit/php-text-template is on latest stable release 2015-09-04 18:43:48 -07:00

README.md

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"
    }
}