Skip to content

Commit

Permalink
unlock the required version of symfony/polyfill-php70
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Dec 12, 2021
1 parent 5b4c96a commit 483b23c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
### [0.9.9] - 2021-12-12

* (Hotfix) Unlock the required version of `symfony/polyfill-php70`

### [0.9.8] - 2021-12-12

* (Feature) Support all recent versions of PHP from 7.3 through 8.1 (contributed by @wgirhad)
* (Feature) Support all recent versions of PHP from 7.3 through 8.1 (contributed by [@wgirhad](https://github.com/wgirhad))

### [0.9.7] - 2020-04-07

Expand Down Expand Up @@ -42,6 +46,7 @@

* Initial pre-release

[0.9.7]: https://github.com/1ma/RedisSessionHandler/compare/v0.9.8...v0.9.9
[0.9.7]: https://github.com/1ma/RedisSessionHandler/compare/v0.9.7...v0.9.8
[0.9.7]: https://github.com/1ma/RedisSessionHandler/compare/v0.9.6...v0.9.7
[0.9.6]: https://github.com/1ma/RedisSessionHandler/compare/v0.9.5...v0.9.6
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=5.6",
"ext-redis": "*",
"symfony/polyfill-php70": "1.19.0"
"symfony/polyfill-php70": "^1.19"
},
"autoload": {
"psr-4": {
Expand All @@ -22,7 +22,7 @@
"require-dev": {
"guzzlehttp/guzzle": "^6.5",
"phpunit/phpunit": "^7.0",
"symfony/polyfill-php72": "~1.22.0"
"symfony/polyfill-php72": "^1.22"
},
"scripts": {
"env-up": [
Expand Down

0 comments on commit 483b23c

Please sign in to comment.