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

Update composer.json

This commit is contained in:
Barry vd. Heuvel 2018-05-12 22:42:30 +02:00 committed by GitHub
parent 3688159707
commit 7702b864a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,12 +17,12 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.6",
"psr/log": "^1.0",
"symfony/var-dumper": "^2.6|^3.0|^4.0"
"symfony/var-dumper": "^2.6|^3|^4"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
"phpunit/phpunit": "^5"
},
"autoload": {
"psr-4": {