Skip to content

Commit

Permalink
Laravel 9 and Symfony Var-Dumper 6 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
gofish543 committed Jan 29, 2022
1 parent e27c7b9 commit 2d4600d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-dump-server` will be documented in this file

## Unreleased

- laravel 9 support

## 1.0.0 - 2018-07-09

- initial release
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"symfony/var-dumper": "^5.0"
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
"symfony/var-dumper": "^5.0|^6.0"
},
"require-dev": {
"larapack/dd": "^1.0",
Expand Down
1 change: 0 additions & 1 deletion src/DumpServerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace BeyondCode\DumpServer;

use Illuminate\Console\Command;

use InvalidArgumentException;
use Symfony\Component\VarDumper\Cloner\Data;
use Symfony\Component\Console\Style\SymfonyStyle;
Expand Down

0 comments on commit 2d4600d

Please sign in to comment.