Skip to content

Commit

Permalink
add support for symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Dec 2, 2023
1 parent a2c1d43 commit 655c680
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [Unreleased]

### Added

- Support for `symfony/var-dumper:~7.0`

## 5.5.4 - 2023-11-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "~8.2",
"innmind/json": "^1.1",
"symfony/var-dumper": "~6.0",
"symfony/var-dumper": "~6.0|~7.0",
"phpunit/phpunit": "~10.0",
"phpunit/php-timer": "^6.0",
"phpunit/php-code-coverage": "^10.1"
Expand Down

0 comments on commit 655c680

Please sign in to comment.