mirror of
https://github.com/yiisoft/app.git
synced 2026-02-20 01:21:20 +01:00
Remove yiisoft/yii-web package from dependencies (#211)
This commit is contained in:
@@ -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],
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user