UPGRADE.md
The php-debugbar dependency has been updated to 3.x. This removes jQuery and font-awesome. This should not impact your application, unless you are using custom collectors.
The new namespace is Fruitcake\LaravelDebugbar instead of Barryvdh\Debugbar. You usually do not need to change this,
unless you are manually registering the service provider / facade. The packge install is now fruitcake/laravel-debugbar.
start_measure(), add_measure(), stop_measure(), measure() helper methods (use debugbar()->startMeasure() etc. instead)