Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
⬆️ composer packages, disabled cache by default (due to cli erros)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 4, 2017
1 parent 2275736 commit bc726cd
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 38 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"minimum-stability": "stable",
"require": {
"dmstr/yii2-cms-metapackage": "^4.2.0",
"dmstr/yii2-cms-metapackage": "^5.0.1",
"vlucas/phpdotenv": "2.*",
"yiisoft/yii2": "^2.0.7"
},
Expand Down
78 changes: 45 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'class' => 'yii\rbac\DbManager',
],
'cache' => [
'class' => 'yii\caching\FileCache',
'class' => 'yii\caching\DummyCache',
],
'db' => [
'class' => 'yii\db\Connection',
Expand Down Expand Up @@ -67,9 +67,9 @@
'useFileTransport' => YII_ENV_PROD ? false : true,
],
// Note: enable db sessions, if multiple containers are running
#'session' => [
# 'class' => 'yii\web\DbSession'
#],
'session' => [
'class' => 'yii\web\Session'
],
'settings' => [
'class' => 'pheme\settings\components\Settings',
],
Expand Down

0 comments on commit bc726cd

Please sign in to comment.