Skip to content

Commit 483b23c

Browse files
committed
unlock the required version of symfony/polyfill-php70
1 parent 5b4c96a commit 483b23c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

@@ -42,6 +46,7 @@
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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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": {
@@ -22,7 +22,7 @@
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": [

0 commit comments

Comments
 (0)