Skip to content

Commit 0be1e9b

Browse files
authored
Remove cache (#231)
1 parent feec14d commit 0be1e9b

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
"psr/http-server-handler": "^1.0",
4141
"psr/http-server-middleware": "^1.0",
4242
"psr/log": "^3.0.2",
43-
"psr/simple-cache": "^3.0",
4443
"symfony/console": "^7.3.1",
45-
"yiisoft/cache": "^3.1",
46-
"yiisoft/cache-file": "^3.2",
4744
"yiisoft/config": "^1.6",
4845
"yiisoft/data": "^1.0.1",
4946
"yiisoft/data-response": "^2.1",

config/common/di/cache.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

config/common/params.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
'aliases' => require __DIR__ . '/aliases.php',
1010
],
1111

12-
'yiisoft/router-fastroute' => [
13-
'enableCache' => false,
14-
],
15-
1612
'yiisoft/view' => [
1713
'basePath' => '@views',
1814
'parameters' => [],

0 commit comments

Comments
 (0)