diff --git a/composer.json b/composer.json index ad8551a..9fcf9aa 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/config/.merge-plan.php b/config/.merge-plan.php index 63823f3..2dc3c82 100644 --- a/config/.merge-plan.php +++ b/config/.merge-plan.php @@ -9,7 +9,7 @@ 'yiisoft/assets' => [ 'config/params.php', ], - 'yiisoft/yii-view' => [ + 'yiisoft/yii-view-renderer' => [ 'config/params.php', ], 'yiisoft/router-fastroute' => [ @@ -41,7 +41,7 @@ 'yiisoft/assets' => [ 'config/di-web.php', ], - 'yiisoft/yii-view' => [ + 'yiisoft/yii-view-renderer' => [ 'config/di-web.php', ], 'yiisoft/router-fastroute' => [ @@ -70,7 +70,7 @@ ], ], 'events-web' => [ - 'yiisoft/yii-view' => [ + 'yiisoft/yii-view-renderer' => [ 'config/events-web.php', ], 'yiisoft/log' => [ diff --git a/src/IndexController.php b/src/IndexController.php index 4c20819..90f040e 100644 --- a/src/IndexController.php +++ b/src/IndexController.php @@ -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 {