Skip to content

Commit

Permalink
Merge pull request #183 from kelvinmo/issues/issue-182-symfony-consol…
Browse files Browse the repository at this point in the history
…e-backport

Backport symfony/console ^0.7 to the 0.8 branch
  • Loading branch information
kelvinmo authored Mar 15, 2024
2 parents 8bbfcfc + 8a2501a commit a6f836f
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 280 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## Unreleased

- Changed: Update dependency on `symfony/console` to support v7.0

## 0.8.1

- Fixed: Throw a `KeyException` when loading an invalid PEM-encoded
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": "^5.0 || ^6.0"
"symfony/console": "^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"ext-bz2": "*",
Expand Down
Loading

0 comments on commit a6f836f

Please sign in to comment.