From bd5f7bac3f756e5792f1daa229cccf22bf6f853e Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Wed, 5 Mar 2025 16:59:45 +0300 Subject: [PATCH] Add support of `yiisoft/session` version `^3.0` --- CHANGELOG.md | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b183574..6b96113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.3.1 under development -- no changes in this release. +- Enh #111: Add support of `yiisoft/session` version `^3.0` (@vjik) ## 2.3.0 February 25, 2025 diff --git a/composer.json b/composer.json index bd0282d..7e7b5ef 100644 --- a/composer.json +++ b/composer.json @@ -37,17 +37,17 @@ "yiisoft/access": "^2.0", "yiisoft/auth": "^2.0 || ^3.0", "yiisoft/cookies": "^1.2", - "yiisoft/session": "^1.0 || ^2.0", + "yiisoft/session": "^1.0 || ^2.0 || ^3.0", "yiisoft/http": "^1.2" }, "require-dev": { "httpsoft/http-message": "^1.1.6", "maglnet/composer-require-checker": "^4.7.1", "phpunit/phpunit": "^10.5.45", - "rector/rector": "^2.0.9", + "rector/rector": "^2.0.10", "roave/infection-static-analysis-plugin": "^1.35", "spatie/phpunit-watcher": "^1.24", - "vimeo/psalm": "^5.26.1 || ^6.8.6", + "vimeo/psalm": "^5.26.1 || ^6.8.8", "yiisoft/di": "^1.3", "yiisoft/test-support": "^3.0.2" },