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

Support for Symfony 4 (#370)

This commit is contained in:
Tobias Nyholm 2017-12-15 12:09:52 +01:00 committed by Barry vd. Heuvel
parent 64251a3923
commit 42b6df1976

View File

@ -19,7 +19,7 @@
"require": {
"php": ">=5.3.0",
"psr/log": "^1.0",
"symfony/var-dumper": "^2.6|^3.0"
"symfony/var-dumper": "^2.6|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"