Skip to content

Commit

Permalink
Update symfony/console version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmo committed Feb 16, 2022
1 parent fc55711 commit cdd5302
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 424 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

## Unreleased

- Changed: Updated `symfony/console` package version
- Fixed: Compatibility with PHP 8.1 when using ECDH (#58)

## 0.6.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ext-openssl": "*",
"ext-hash": "*",
"ext-gmp": "*",
"symfony/console": "^4.0 || ^5.0"
"symfony/console": "^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"ext-bz2": "*",
Expand Down
Loading

0 comments on commit cdd5302

Please sign in to comment.