1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Add Support for symfony/var-dumper ^6 (#492)

* Update Dependencies for Symfony 6

* Document Added Support for  symfony/var-dumper ^6
This commit is contained in:
Armin Linzbauer 2021-12-21 19:16:01 +01:00 committed by GitHub
parent f9b837f600
commit d7a9c22602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# Changelog
2021-12-21
- Add support for `symfony/var-dumper^6` package
2019-05 (1.10.3)

View File

@ -19,7 +19,7 @@
"require": {
"php": "^7.1|^8",
"psr/log": "^1|^2|^3",
"symfony/var-dumper": "^2.6|^3|^4|^5"
"symfony/var-dumper": "^2.6|^3|^4|^5|^6"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20 || ^9.4.2",