File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-dump-server ` will be documented in this file
4
4
5
+ ## Unreleased
6
+
7
+ - laravel 9 support
8
+
5
9
## 1.0.0 - 2018-07-09
6
10
7
11
- initial release
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=7.2.5" ,
20
- "illuminate/console" : " 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0" ,
21
- "illuminate/http" : " 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0" ,
22
- "illuminate/support" : " 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0" ,
23
- "symfony/var-dumper" : " ^5.0"
20
+ "illuminate/console" : " 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0 " ,
21
+ "illuminate/http" : " 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0 " ,
22
+ "illuminate/support" : " 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0 " ,
23
+ "symfony/var-dumper" : " ^5.0|^6.0 "
24
24
},
25
25
"require-dev" : {
26
26
"larapack/dd" : " ^1.0" ,
Original file line number Diff line number Diff line change 3
3
namespace BeyondCode \DumpServer ;
4
4
5
5
use Illuminate \Console \Command ;
6
-
7
6
use InvalidArgumentException ;
8
7
use Symfony \Component \VarDumper \Cloner \Data ;
9
8
use Symfony \Component \Console \Style \SymfonyStyle ;
You can’t perform that action at this time.
0 commit comments