Skip to content

Commit

Permalink
Blog: Update dependencies + Fix tests (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Nov 17, 2023
1 parent 533489c commit 6b90614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions blog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"yiisoft/auth": "^3.0",
"yiisoft/cache": "^3.0",
"yiisoft/cache-file": "^3.0",
"yiisoft/config": "^1.0",
"yiisoft/config": "^1.3.1",
"yiisoft/cookies": "^1.2",
"yiisoft/csrf": "^2.0",
"yiisoft/data": "^1.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"yiisoft/validator": "^1.0",
"yiisoft/var-dumper": "^1.0",
"yiisoft/view": "^8.0",
"yiisoft/widget": "^2.0",
"yiisoft/widget": "^2.1",
"yiisoft/yii-bootstrap5": "^3.0@dev",
"yiisoft/yii-console": "^2.0",
"yiisoft/yii-cycle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion blog/tests/Functional/EventListenerConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function testConsoleListenerConfiguration(): void
ReverseMerge::groups('events', 'events-web', 'events-console'),
RecursiveMerge::groups('params', 'params-web', 'params-console', 'events', 'events-web', 'events-console'),
],
'params',
'params-console',
);

$container = new Container(
Expand Down

0 comments on commit 6b90614

Please sign in to comment.