Skip to content

Commit 90f3705

Browse files
authored
Fix deps (#139)
1 parent 6e2464d commit 90f3705

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"yiisoft/router": "^1.2",
5757
"yiisoft/router-fastroute": "^1.0",
5858
"yiisoft/security": "^1.0",
59+
"yiisoft/translator-formatter-intl": "^1.0",
60+
"yiisoft/translator-message-php": "^1.0",
5961
"yiisoft/user": "^1.0",
6062
"yiisoft/validator": "^3.0@dev",
6163
"yiisoft/yii-console": "^1.0",

config/params.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'@assetsUrl' => '@baseUrl/assets',
3030
'@baseUrl' => '/',
3131
'@data' => '@root/data',
32+
'@messages' => '@resources/messages',
3233
'@public' => '@root/public',
3334
'@resources' => '@root/resources',
3435
'@runtime' => '@root/runtime',

0 commit comments

Comments
 (0)