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

Symfony 5 support added (#431)

This commit is contained in:
Jerzy Zawadzki 2019-11-24 10:46:11 +01:00 committed by Barry vd. Heuvel
parent 6ca3502de5
commit 58998b818c

View File

@ -19,7 +19,7 @@
"require": {
"php": "^7.1",
"psr/log": "^1.0",
"symfony/var-dumper": "^2.6|^3|^4"
"symfony/var-dumper": "^2.6|^3|^4|^5"
},
"require-dev": {
"phpunit/phpunit": "^5"