No More var_dump - Introducing Symfony VarDumper!

Interesting package. I’ve added it to a laravel app, but a dump() of a eloquent collection with 150 over items only has the 1st five expandable. The rest were truncated with ....
Any idea how to configure VarDumper to show all details instead of truncating them?