File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ### [ 0.9.9] - 2021-12-12
2+
3+ * (Hotfix) Unlock the required version of ` symfony/polyfill-php70 `
4+
15### [ 0.9.8] - 2021-12-12
26
3- * (Feature) Support all recent versions of PHP from 7.3 through 8.1 (contributed by @wgirhad )
7+ * (Feature) Support all recent versions of PHP from 7.3 through 8.1 (contributed by [ @wgirhad ] ( https://github.com/wgirhad ) )
48
59### [ 0.9.7] - 2020-04-07
610
4246
4347 * Initial pre-release
4448
49+ [ 0.9.7 ] : https://github.com/1ma/RedisSessionHandler/compare/v0.9.8...v0.9.9
4550[ 0.9.7 ] : https://github.com/1ma/RedisSessionHandler/compare/v0.9.7...v0.9.8
4651[ 0.9.7 ] : https://github.com/1ma/RedisSessionHandler/compare/v0.9.6...v0.9.7
4752[ 0.9.6 ] : https://github.com/1ma/RedisSessionHandler/compare/v0.9.5...v0.9.6
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " >=5.6" ,
88 "ext-redis" : " *" ,
9- "symfony/polyfill-php70" : " 1.19.0 "
9+ "symfony/polyfill-php70" : " ^ 1.19"
1010 },
1111 "autoload" : {
1212 "psr-4" : {
2222 "require-dev" : {
2323 "guzzlehttp/guzzle" : " ^6.5" ,
2424 "phpunit/phpunit" : " ^7.0" ,
25- "symfony/polyfill-php72" : " ~ 1.22.0 "
25+ "symfony/polyfill-php72" : " ^ 1.22"
2626 },
2727 "scripts" : {
2828 "env-up" : [
You can’t perform that action at this time.
0 commit comments