We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cb192 commit fedf03bCopy full SHA for fedf03b
2 files changed
README.md
@@ -147,7 +147,7 @@ See ["Logging"](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/log
147
#### Session
148
149
```php
150
-'yiisoft/yii-web' => [
+'yiisoft/session' => [
151
'session' => [
152
// options for cookies
153
'options' => ['cookie_secure' => 0],
composer.json
@@ -55,8 +55,7 @@
55
"yiisoft/yii-http": "dev-master",
56
"yiisoft/yii-runner-console": "dev-master",
57
"yiisoft/yii-runner-http": "dev-master",
58
- "yiisoft/yii-view": "^4.0",
59
- "yiisoft/yii-web": "^3.0@dev"
+ "yiisoft/yii-view": "^4.0"
60
},
61
"require-dev": {
62
"codeception/c3": "^2.6.0",
0 commit comments