Move all dev tools from www composer to outside master composer

This commit is contained in:
Clemens Schwaighofer
2023-02-13 16:36:51 +09:00
parent f508b607a6
commit c7cc3c2938
1141 changed files with 8540 additions and 8275 deletions

View File

@@ -0,0 +1,12 @@
# Text_Template
## Installation
You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
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