Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/phpunit/php-text-template/README.md')
-rw-r--r--vendor/phpunit/php-text-template/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/phpunit/php-text-template/README.md b/vendor/phpunit/php-text-template/README.md
new file mode 100644
index 0000000..ec8f593
--- /dev/null
+++ b/vendor/phpunit/php-text-template/README.md
@@ -0,0 +1,14 @@
+# 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"
+ }
+ }
+