Skip to content

Commit

Permalink
Fix #26: Add compatibility with symfony/var-dumper 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Mar 3, 2020
1 parent bef95cf commit 92f2e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Yii Framework 2 Shell extension Change Log
2.0.3 under development
-----------------------

- no changes in this release.
- Enh #26: Add compatibility with `symfony/var-dumper` 5.x (samdark)


2.0.2 January 07, 2019
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require": {
"yiisoft/yii2": "~2.0.0",
"psy/psysh": "~0.9.3",
"symfony/var-dumper": "~2.7|~3.0|~4.0"
"symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 92f2e4f

Please sign in to comment.