Skip to content

Commit 9bba1dd

Browse files
committed
Add author annotation and update composer dependencies for PSR-16 session storage
1 parent e39612f commit 9bba1dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"psr/event-dispatcher": "^1.0",
2828
"psr/http-factory": "^1.1",
2929
"psr/http-message": "^2.0",
30-
"psr/simple-cache": "^3.0",
3130
"psr/log": "^1.0 || ^2.0 || ^3.0",
3231
"symfony/finder": "^6.4 || ^7.3 || ^8.0",
3332
"symfony/uid": "^6.4 || ^7.3 || ^8.0"
@@ -37,6 +36,7 @@
3736
"phpstan/phpstan": "^2.1",
3837
"phpunit/phpunit": "^10.5",
3938
"psr/cache": "^3.0",
39+
"psr/simple-cache": "^3.0",
4040
"symfony/cache": "^6.4 || ^7.3 || ^8.0",
4141
"symfony/console": "^6.4 || ^7.3 || ^8.0",
4242
"symfony/process": "^6.4 || ^7.3 || ^8.0",

src/Server/Session/Psr16StoreSession.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
use Symfony\Component\Uid\Uuid;
1818

1919
/**
20+
* @author luoyue <[email protected]>
21+
*
2022
* PSR-16 compliant cache-based session store.
2123
*
2224
* This implementation uses any PSR-16 compliant cache as the storage backend

0 commit comments

Comments
 (0)