Upgrade framework

This commit is contained in:
2023-11-14 16:54:35 +01:00
parent 1648a5cd42
commit 4fcf6fffcc
10548 changed files with 693138 additions and 466698 deletions

View File

@@ -2,13 +2,11 @@
## Installation
## Installation
You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
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:
composer require phpunit/php-text-template
{
"require": {
"phpunit/php-text-template": "~1.2"
}
}
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