Skip to content

Commit

Permalink
Bump view dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Sep 5, 2024
1 parent 46953d6 commit 66a5676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "^7.1"
},
"require-dev": {
"httpsoft/http-message": "^1.0.5",
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 66a5676

Please sign in to comment.