From 563e6caf4fd37cff51a6ed55d2b2f85fc7b413df Mon Sep 17 00:00:00 2001 From: Alexey Rogachev Date: Mon, 9 Sep 2024 15:49:27 +0500 Subject: [PATCH] Sync, blog-api, part 1 --- blog-api/composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blog-api/composer.json b/blog-api/composer.json index 9f933538..3f32ab26 100644 --- a/blog-api/composer.json +++ b/blog-api/composer.json @@ -63,10 +63,10 @@ "yiisoft/translator": "^3.0", "yiisoft/translator-message-php": "^1.1", "yiisoft/user": "^2.0", - "yiisoft/validator": "^1.0", + "yiisoft/validator": "^2.0", "yiisoft/yii-console": "^2.0", "yiisoft/yii-cycle": "^1.0", - "yiisoft/yii-debug": "^3.0@dev", + "yiisoft/yii-debug": "dev-master", "yiisoft/yii-event": "^2.0", "yiisoft/yii-http": "^1.0", "yiisoft/yii-middleware": "^1.0", @@ -86,6 +86,7 @@ "codeception/module-rest": "^3.1", "phpunit/phpunit": "^9.5", "roave/infection-static-analysis-plugin": "^1.16", + "roave/security-advisories": "dev-latest", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.18", "yiisoft/json": "^1.0",