Skip to content

Commit

Permalink
Fix #141: Add support for version 6 for symfony/console (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Nov 30, 2021
1 parent b0bbceb commit 366996e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
@@ -1,10 +1,9 @@
# Yii Console Change Log


## 1.0.1 under development

- no changes in this release.
- Enh #141: Add support for version `^6.0` for `symfony/console` package (devanych)

## 1.0.0 November 01, 2021

- Initial release.
- Initial release.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^7.4|^8.0",
"psr/container": "^1.0|^2.0",
"symfony/console": "^5.3",
"symfony/console": "^5.3|^6.0",
"symfony/event-dispatcher-contracts": "^2.2",
"yiisoft/friendly-exception": "^1.0"
},
Expand Down

0 comments on commit 366996e

Please sign in to comment.