Skip to content

Commit 5e9dcdf

Browse files
authored
Fix config + Update dev dependencies (#115)
1 parent e09c163 commit 5e9dcdf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"yiisoft/json": "^1.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^9.4",
32-
"roave/infection-static-analysis-plugin": "^1.5",
31+
"phpunit/phpunit": "^9.5",
32+
"roave/infection-static-analysis-plugin": "^1.6",
3333
"spatie/phpunit-watcher": "^1.23",
34-
"vimeo/psalm": "^4.2",
34+
"vimeo/psalm": "^4.3",
3535
"yiisoft/aliases": "^1.1",
3636
"yiisoft/cache": "^3.0@dev",
3737
"yiisoft/di": "^3.0@dev",

config/params.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
return [
66
'yiisoft/view' => [
7-
'basePath' => '@views',
7+
'basePath' => '',
88
'defaultParameters' => [],
99
'theme' => [
1010
'pathMap' => [],

0 commit comments

Comments
 (0)