Skip to content

Commit

Permalink
Update to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jan 26, 2025
1 parent 0370cec commit c8cbb1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.0",
"maximebf/debugbar": "~1.23.0|~1.24.0",
"php-debugbar/php-debugbar": "2.0.x",
"illuminate/routing": "^9|^10|^11",
"illuminate/session": "^9|^10|^11",
"illuminate/support": "^9|^10|^11",
Expand Down
1 change: 0 additions & 1 deletion src/JavascriptRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function renderHead()
{
$cssRoute = preg_replace('/\Ahttps?:\/\/[^\/]+/', '', route('debugbar.assets.css', [
'v' => $this->getModifiedTime('css'),
'theme' => config('debugbar.theme', 'auto'),
]));

$jsRoute = preg_replace('/\Ahttps?:\/\/[^\/]+/', '', route('debugbar.assets.js', [
Expand Down
4 changes: 0 additions & 4 deletions src/Resources/laravel-debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -673,10 +673,6 @@ dl.phpdebugbar-widgets-kvlist > :nth-child(4n) {
clear: none!important;
}

div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-message {
color: #dd1044;
}

div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item > div {
display: none;
}
Expand Down

0 comments on commit c8cbb1d

Please sign in to comment.