rcrowe / TwigBridge

Give the power of Twig to Laravel
MIT License
895 stars 165 forks source link

Update HtmlDumper to use Symfony, per Laravel 5.7 #353

Closed thechrisroberts closed 5 years ago

thechrisroberts commented 5 years ago

Laravel 5.7 removes Illuminate\Support\Debug\HtmlDumper in favor of Symfony\Component\VarDumper\Dumper\HtmlDumper. This commit updates the TwigBridge dumper to match the change.

timrspratt commented 5 years ago

Can we get this sorted please?