diff --git a/composer.json b/composer.json index ad8551a..7064930 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": "^7.1" }, "require-dev": { "httpsoft/http-message": "^1.0.5", 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 {