upgraded dependencies

This commit is contained in:
RafficMohammed
2023-01-08 01:59:16 +05:30
parent 51056e3aad
commit f9ae387337
6895 changed files with 133617 additions and 178680 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