File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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"
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" ,
Original file line number Diff line number Diff line change 1717use 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
You can’t perform that action at this time.
0 commit comments