Skip to content

Commit bc455b6

Browse files
committed
Merge pull request php-debugbar#240 from GrahamCampbell/patch-1
Updated dependencies
2 parents 621384b + a0fef60 commit bc455b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}],
1313
"require": {
1414
"php": ">=5.3.0",
15-
"psr/log": "~1.0",
16-
"symfony/var-dumper": "~2.6"
15+
"psr/log": "^1.0",
16+
"symfony/var-dumper": "^2.6|^3.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~4.0"
19+
"phpunit/phpunit": "^4.0|^5.0"
2020
},
2121
"autoload": {
2222
"psr-0": {"DebugBar": "src/"}

0 commit comments

Comments
 (0)