Skip to content

Commit

Permalink
Bump view dependencies' versions (#69)
Browse files Browse the repository at this point in the history
* Bump view dependencies versions

* Update composer.json

Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>

* Apply Rector changes (CI)

---------

Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
Co-authored-by: arogachev <arogachev@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent 46953d6 commit 89f2704
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"yiisoft/data-response": "^2.0",
"yiisoft/http": "^1.1",
"yiisoft/router": "^3.1",
"yiisoft/view": "^8.0",
"yiisoft/yii-view": "^6.1"
"yiisoft/view": "^10.0",
"yiisoft/yii-view-renderer": "^7.1"
},
"require-dev": {
"httpsoft/http-message": "^1.0.5",
Expand Down
6 changes: 3 additions & 3 deletions config/.merge-plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'yiisoft/assets' => [
'config/params.php',
],
'yiisoft/yii-view' => [
'yiisoft/yii-view-renderer' => [
'config/params.php',
],
'yiisoft/router-fastroute' => [
Expand Down Expand Up @@ -41,7 +41,7 @@
'yiisoft/assets' => [
'config/di-web.php',
],
'yiisoft/yii-view' => [
'yiisoft/yii-view-renderer' => [
'config/di-web.php',
],
'yiisoft/router-fastroute' => [
Expand Down Expand Up @@ -70,7 +70,7 @@
],
],
'events-web' => [
'yiisoft/yii-view' => [
'yiisoft/yii-view-renderer' => [
'config/events-web.php',
],
'yiisoft/log' => [
Expand Down
2 changes: 1 addition & 1 deletion src/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Yiisoft\Yii\Debug\Viewer;

use Psr\Http\Message\ResponseInterface;
use Yiisoft\Yii\View\ViewRenderer;
use Yiisoft\Yii\View\Renderer\ViewRenderer;

final class IndexController
{
Expand Down

0 comments on commit 89f2704

Please sign in to comment.