dep: package update

This commit is contained in:
2021-11-08 16:10:01 +09:00
parent 38208750e7
commit 2c533d2ab3
783 changed files with 4581 additions and 20980 deletions
+2 -1
View File
@@ -27,6 +27,7 @@ In package nette/utils you will find a set of [useful classes](https://doc.nette
- [Strings](https://doc.nette.org/strings) - useful text functions
- [SmartObject](https://doc.nette.org/smartobject) - PHP object enhancements
- [Validation](https://doc.nette.org/validators) - validate inputs
- [Type](https://doc.nette.org/type) - PHP data type
Installation
@@ -38,7 +39,7 @@ The recommended way to install is via Composer:
composer require nette/utils
```
- Nette Utils 3.2 is compatible with PHP 7.2 to 8.0
- Nette Utils 3.2 is compatible with PHP 7.2 to 8.1
- Nette Utils 3.1 is compatible with PHP 7.1 to 8.0
- Nette Utils 3.0 is compatible with PHP 7.1 to 8.0
- Nette Utils 2.5 is compatible with PHP 5.6 to 8.0