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 e09c163 commit 5e9dcdfCopy full SHA for 5e9dcdf
2 files changed
composer.json
@@ -28,10 +28,10 @@
28
"yiisoft/json": "^1.0"
29
},
30
"require-dev": {
31
- "phpunit/phpunit": "^9.4",
32
- "roave/infection-static-analysis-plugin": "^1.5",
+ "phpunit/phpunit": "^9.5",
+ "roave/infection-static-analysis-plugin": "^1.6",
33
"spatie/phpunit-watcher": "^1.23",
34
- "vimeo/psalm": "^4.2",
+ "vimeo/psalm": "^4.3",
35
"yiisoft/aliases": "^1.1",
36
"yiisoft/cache": "^3.0@dev",
37
"yiisoft/di": "^3.0@dev",
config/params.php
@@ -4,7 +4,7 @@
4
5
return [
6
'yiisoft/view' => [
7
- 'basePath' => '@views',
+ 'basePath' => '',
8
'defaultParameters' => [],
9
'theme' => [
10
'pathMap' => [],
0 commit comments