Skip to content

Commit

Permalink
Rename yii-view to yii-view-renderer (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Jun 17, 2024
1 parent 166b28c commit 793fc9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ $view = $view->withClearedState();

## Extensions

- [yiisoft/yii-view](https://github.com/yiisoft/yii-view) - a wrapper that's used in
- [Yii View Renderer](https://github.com/yiisoft/yii-view-renderer) - a wrapper that's used in
[Yii Framework](https://www.yiiframework.com/).
Adds extra functionality for a web environment and compatibility
with [PSR-7](https://www.php-fig.org/psr/psr-7) interfaces.
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/pt-BR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ $view = $view->withClearedState();

## Extensões

- [yiisoft/yii-view](https://github.com/yiisoft/yii-view) - um wrapper usado na [Estrutura Yii](https://www.yiiframework.com/).
- [Yii View Renderer](https://github.com/yiisoft/yii-view-renderer) - um wrapper usado na [Estrutura Yii](https://www.yiiframework.com/).
Adiciona funcionalidade extra para um ambiente web e compatibilidade
com interfaces [PSR-7](https://www.php-fig.org/psr/psr-7).
- [yiisoft/view-twig](https://github.com/yiisoft/view-twig) - uma extensão que fornece um renderizador de visualização que
permite que você use o mecanismo de modelo de visualização [Twig](https://twig.symfony.com), em vez do renderizador PHP padrão.
permite que você use o mecanismo de modelo de visualização [Twig](https://twig.symfony.com), em vez do renderizador PHP padrão.

0 comments on commit 793fc9e

Please sign in to comment.