diff --git a/README.md b/README.md index 460f78f..24acb1a 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ See ["Logging"](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/log #### Session ```php -'yiisoft/yii-web' => [ +'yiisoft/session' => [ 'session' => [ // options for cookies 'options' => ['cookie_secure' => 0], diff --git a/composer.json b/composer.json index 88dcc9a..920c991 100644 --- a/composer.json +++ b/composer.json @@ -55,8 +55,7 @@ "yiisoft/yii-http": "dev-master", "yiisoft/yii-runner-console": "dev-master", "yiisoft/yii-runner-http": "dev-master", - "yiisoft/yii-view": "^4.0", - "yiisoft/yii-web": "^3.0@dev" + "yiisoft/yii-view": "^4.0" }, "require-dev": { "codeception/c3": "^2.6.0",