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 feec14d commit 0be1e9bCopy full SHA for 0be1e9b
3 files changed
composer.json
@@ -40,10 +40,7 @@
40
"psr/http-server-handler": "^1.0",
41
"psr/http-server-middleware": "^1.0",
42
"psr/log": "^3.0.2",
43
- "psr/simple-cache": "^3.0",
44
"symfony/console": "^7.3.1",
45
- "yiisoft/cache": "^3.1",
46
- "yiisoft/cache-file": "^3.2",
47
"yiisoft/config": "^1.6",
48
"yiisoft/data": "^1.0.1",
49
"yiisoft/data-response": "^2.1",
config/common/di/cache.php
config/common/params.php
@@ -9,10 +9,6 @@
9
'aliases' => require __DIR__ . '/aliases.php',
10
],
11
12
- 'yiisoft/router-fastroute' => [
13
- 'enableCache' => false,
14
- ],
15
-
16
'yiisoft/view' => [
17
'basePath' => '@views',
18
'parameters' => [],
0 commit comments