File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.1" ,
20
- "illuminate/console" : " 5.6.*" ,
21
- "illuminate/support " : " 5.6.*" ,
22
- "symfony/var-dumper " : " ^4.1.1 " ,
23
- "illuminate/http " : " 5.6.* "
20
+ "illuminate/console" : " 5.6.*|5.7.* " ,
21
+ "illuminate/http " : " 5.6.*|5.7 .*" ,
22
+ "illuminate/support " : " 5.6.*|5.7.* " ,
23
+ "symfony/var-dumper " : " ^4.1.1 "
24
24
},
25
25
"require-dev" : {
26
26
"larapack/dd" : " ^1.0" ,
Original file line number Diff line number Diff line change 2
2
3
3
namespace BeyondCode \DumpServer ;
4
4
5
- use Illuminate \Support \Debug \HtmlDumper ;
6
5
use Symfony \Component \VarDumper \Cloner \VarCloner ;
7
6
use Symfony \Component \VarDumper \Dumper \CliDumper ;
7
+ use Symfony \Component \VarDumper \Dumper \HtmlDumper ;
8
8
use Symfony \Component \VarDumper \Server \Connection ;
9
9
10
- class Dumper extends \ Illuminate \ Support \ Debug \Dumper
10
+ class Dumper
11
11
{
12
12
/** @var Connection */
13
13
private $ connection ;
You can’t perform that action at this time.
0 commit comments