Skip to content

Commit

Permalink
Remove yiisoft/yii-web package from dependencies (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Nov 12, 2021
1 parent f2cb192 commit fedf03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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],
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -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",
Expand Down

0 comments on commit fedf03b

Please sign in to comment.