Skip to content

Commit ccffedc

Browse files
author
Xavier Barbosa
committed
Loose a bit the constraints for laravel debugbar supported versions.
1 parent 7529206 commit ccffedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=5.5.9",
1414
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
15-
"barryvdh/laravel-debugbar": "~2.4|~3.1",
15+
"barryvdh/laravel-debugbar": "^2.3|^3.0",
1616
"clue/stdio-react": "~2.1"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)