Skip to content

Commit

Permalink
Бамп минимальной версии PHP до 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Elnadrion committed May 8, 2024
1 parent 5887afb commit 3fa2ddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"source": "https://github.com/elnadrion/tools.twig.git"
},
"require": {
"php": "^8.1",
"php": "^8.2",
"twig/twig": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^11",
"rector/rector": "^1.0",
"symfony/var-dumper": "^5.0|^6.0|^7.0",
"symfony/var-dumper": "*",
"symplify/easy-coding-standard": "^12.0"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ composer require elnadrion/tools.twig
## Требования

* Битрикс: >=20.5.393
* PHP: >=8.1
* PHP: >=8.2
* mbstring.func_overload: 0

## Документация
## Документация

* **[Синтаксис подключения шаблонов](docs/syntax.md)**
* **[Доступные переменные и функции внутри шаблонов](docs/twig_extension.md)**
Expand Down

0 comments on commit 3fa2ddd

Please sign in to comment.