Update dependency barryvdh/laravel-debugbar to v4 #103

Open
professeur-chen wants to merge 1 commit from renovate/barryvdh-laravel-debugbar-4.x into trunk
Collaborator

This PR contains the following updates:

Package Change Age Confidence
barryvdh/laravel-debugbar ^3.7.0^4.0.0 age confidence

Release Notes

fruitcake/laravel-debugbar (barryvdh/laravel-debugbar)

v4.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.1.0...v4.1.1

v4.1.0

Compare Source

Biggest changes
  • Use JsonVardumper for smaller + more detailed depths
  • Add option to re-query and show results for SELECT queries
  • Popup query/explain results
  • Stricter checks for production env / non-debug mode, early exit
What's Changed
New Contributors

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.10...v4.1.0

v4.0.10

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.9...v4.0.10

v4.0.9

Compare Source

What's Changed

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.8...v4.0.9

v4.0.8

Compare Source

What's Changed

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.7...v4.0.8

v4.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.6...v4.0.7

v4.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.5...v4.0.6

v4.0.5

Compare Source

What's Changed

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.4...v4.0.5

v4.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.3...v4.0.4

v4.0.3

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.2...v4.0.3

v4.0.2

Compare Source

What's Changed

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v4.0.9...v4.0.10

v4.0.0

Compare Source

Laravel Debugbar 4.0
Release notes

See https://fruitcake.nl/blog/laravel-debugbar-v4-release for the biggest changes.

This brings the updates from php-debugbar 3.x to Laravel Debugbar. See https://github.com/php-debugbar/php-debugbar/releases/tag/v3.0.0 for the upstream changes to php-debugbar.

Updating

The name has changed, so remove the old package first:

composer remove barryvdh/laravel-debugbar --dev --no-scripts

Then install the new package

composer require fruitcake/laravel-debugbar --with-dependencies

Check the https://github.com/fruitcake/laravel-debugbar/blob/master/UPGRADE.md for any changes.

All Changes
New Contributors

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v3.16.3...v4.0.0

v3.16.5

Compare Source

What's Changed

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v3.16.4...v3.16.5

v3.16.4

Compare Source

  • Add new fruitcake namespace to exclude from query backtrace.

Full Changelog: https://github.com/fruitcake/laravel-debugbar/compare/v3.16.3...v3.16.4

v3.16.3

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.16.2...v3.16.3

v3.16.2

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.16.2...v3.16.3

v3.16.1

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/barryvdh/laravel-debugbar/compare/v3.16.1...v3.16.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [barryvdh/laravel-debugbar](https://github.com/fruitcake/laravel-debugbar) | `^3.7.0` → `^4.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/barryvdh%2flaravel-debugbar/4.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/barryvdh%2flaravel-debugbar/3.16.0/4.1.1?slim=true) | --- ### Release Notes <details> <summary>fruitcake/laravel-debugbar (barryvdh/laravel-debugbar)</summary> ### [`v4.1.1`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v411---2026-03-08) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.1.0...v4.1.1) ##### What's Changed - Catch serialization errors when populating cache stats by [@&#8203;miken32](https://github.com/miken32) in [#&#8203;1993](https://github.com/fruitcake/laravel-debugbar/pull/1993) - Fix booting on console by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1995](https://github.com/fruitcake/laravel-debugbar/pull/1995) - Add some tests for closures in cache by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1994](https://github.com/fruitcake/laravel-debugbar/pull/1994) ##### New Contributors - [@&#8203;miken32](https://github.com/miken32) made their first contribution in [#&#8203;1993](https://github.com/fruitcake/laravel-debugbar/pull/1993) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.1.0...v4.1.1> ### [`v4.1.0`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v410---2026-03-07) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.10...v4.1.0) ##### Biggest changes - Use JsonVardumper for smaller + more detailed depths - Add option to re-query and show results for SELECT queries - Popup query/explain results - Stricter checks for production env / non-debug mode, early exit ##### What's Changed - Fix CSS typo: `border-botton` → `border-bottom` by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1975](https://github.com/fruitcake/laravel-debugbar/pull/1975) - Bump minimatch by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1973](https://github.com/fruitcake/laravel-debugbar/pull/1973) - Cast database name to string in QueryCollector for null values by [@&#8203;b8ne](https://github.com/b8ne) in [#&#8203;1979](https://github.com/fruitcake/laravel-debugbar/pull/1979) - Check privateIp instead of localhost range by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1977](https://github.com/fruitcake/laravel-debugbar/pull/1977) - Fix typo on comment by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1978](https://github.com/fruitcake/laravel-debugbar/pull/1978) - Add button to show query results by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1976](https://github.com/fruitcake/laravel-debugbar/pull/1976) - Check for json formatter by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1980](https://github.com/fruitcake/laravel-debugbar/pull/1980) - Add masked keys to ConfigCollector by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1981](https://github.com/fruitcake/laravel-debugbar/pull/1981) - Include cached items info on laravel tooltip by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1982](https://github.com/fruitcake/laravel-debugbar/pull/1982) - Only allow explain etc on local ip by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1983](https://github.com/fruitcake/laravel-debugbar/pull/1983) - use json formatter by default by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1984](https://github.com/fruitcake/laravel-debugbar/pull/1984) - Tweak open storage / query explain checks by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1985](https://github.com/fruitcake/laravel-debugbar/pull/1985) - Easy collector getter from `debugbar()` helper by [@&#8203;ssw1cblarrion](https://github.com/ssw1cblarrion) in [#&#8203;1989](https://github.com/fruitcake/laravel-debugbar/pull/1989) - \[QueryCollector] Support file info on addMessage method by [@&#8203;ssw1cblarrion](https://github.com/ssw1cblarrion) in [#&#8203;1988](https://github.com/fruitcake/laravel-debugbar/pull/1988) - Use highlight on popup title for query result/explain by [@&#8203;parallels999](https://github.com/parallels999) in [#&#8203;1986](https://github.com/fruitcake/laravel-debugbar/pull/1986) - Quick fixes by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1990](https://github.com/fruitcake/laravel-debugbar/pull/1990) - Tweak boot check by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1991](https://github.com/fruitcake/laravel-debugbar/pull/1991) - Tweak controllers by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1992](https://github.com/fruitcake/laravel-debugbar/pull/1992) ##### New Contributors - [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;1975](https://github.com/fruitcake/laravel-debugbar/pull/1975) - [@&#8203;b8ne](https://github.com/b8ne) made their first contribution in [#&#8203;1979](https://github.com/fruitcake/laravel-debugbar/pull/1979) - [@&#8203;ssw1cblarrion](https://github.com/ssw1cblarrion) made their first contribution in [#&#8203;1989](https://github.com/fruitcake/laravel-debugbar/pull/1989) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.10...v4.1.0> ### [`v4.0.10`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v4010---2026-02-26) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.9...v4.0.10) ##### What's Changed - Cast LARAVEL\_START const to float by [@&#8203;daniser](https://github.com/daniser) in [#&#8203;1968](https://github.com/fruitcake/laravel-debugbar/pull/1968) - Laravel 13.x Compatibility by [@&#8203;laravel-shift](https://github.com/laravel-shift) in [#&#8203;1969](https://github.com/fruitcake/laravel-debugbar/pull/1969) - GateCollector backtrace need more steps by [@&#8203;angeljqv](https://github.com/angeljqv) in [#&#8203;1972](https://github.com/fruitcake/laravel-debugbar/pull/1972) - Support custom messages on QueryCollector by [@&#8203;angeljqv](https://github.com/angeljqv) in [#&#8203;1970](https://github.com/fruitcake/laravel-debugbar/pull/1970) - Use upstream collect by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1960](https://github.com/fruitcake/laravel-debugbar/pull/1960) ##### New Contributors - [@&#8203;daniser](https://github.com/daniser) made their first contribution in [#&#8203;1968](https://github.com/fruitcake/laravel-debugbar/pull/1968) - [@&#8203;laravel-shift](https://github.com/laravel-shift) made their first contribution in [#&#8203;1969](https://github.com/fruitcake/laravel-debugbar/pull/1969) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.9...v4.0.10> ### [`v4.0.9`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v409---2026-02-17) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.8...v4.0.9) ##### What's Changed - Check mail is started by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1967](https://github.com/fruitcake/laravel-debugbar/pull/1967) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.8...v4.0.9> ### [`v4.0.8`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v408---2026-02-14) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.7...v4.0.8) ##### What's Changed - Use message id instead of subject for mail collector by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1965](https://github.com/fruitcake/laravel-debugbar/pull/1965) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.7...v4.0.8> ### [`v4.0.7`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v407---2026-02-06) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.6...v4.0.7) ##### What's Changed - chore: replace deprecated Request::get() with Request::input() by [@&#8203;calebdw](https://github.com/calebdw) in [#&#8203;1957](https://github.com/fruitcake/laravel-debugbar/pull/1957) - Fix utf-8 encoding by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1959](https://github.com/fruitcake/laravel-debugbar/pull/1959) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.6...v4.0.7> ### [`v4.0.6`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v406---2026-02-04) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.5...v4.0.6) ##### What's Changed - Use Dispatcher contract by [@&#8203;bytestream](https://github.com/bytestream) in [#&#8203;1954](https://github.com/fruitcake/laravel-debugbar/pull/1954) - fix: urlencode cache key by [@&#8203;calebdw](https://github.com/calebdw) in [#&#8203;1955](https://github.com/fruitcake/laravel-debugbar/pull/1955) - Handle missing bindings in SQL formatting by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1956](https://github.com/fruitcake/laravel-debugbar/pull/1956) ##### New Contributors - [@&#8203;bytestream](https://github.com/bytestream) made their first contribution in [#&#8203;1954](https://github.com/fruitcake/laravel-debugbar/pull/1954) - [@&#8203;calebdw](https://github.com/calebdw) made their first contribution in [#&#8203;1955](https://github.com/fruitcake/laravel-debugbar/pull/1955) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.5...v4.0.6> ### [`v4.0.5`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v405---2026-01-29) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.4...v4.0.5) ##### What's Changed - Show params table for explain button by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1949](https://github.com/fruitcake/laravel-debugbar/pull/1949) - Change bindings return value on limited by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1948](https://github.com/fruitcake/laravel-debugbar/pull/1948) - use GateEvaluated event by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1951](https://github.com/fruitcake/laravel-debugbar/pull/1951) - Fix livewire deprecations errors by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1952](https://github.com/fruitcake/laravel-debugbar/pull/1952) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.4...v4.0.5> ### [`v4.0.4`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v404---2026-01-29) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.3...v4.0.4) ##### What's Changed - Bump workflows actions by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1946](https://github.com/fruitcake/laravel-debugbar/pull/1946) - Allow ability parameter to accept integer type by [@&#8203;jeffersongoncalves](https://github.com/jeffersongoncalves) in [#&#8203;1947](https://github.com/fruitcake/laravel-debugbar/pull/1947) ##### New Contributors - [@&#8203;jeffersongoncalves](https://github.com/jeffersongoncalves) made their first contribution in [#&#8203;1947](https://github.com/fruitcake/laravel-debugbar/pull/1947) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.3...v4.0.4> ### [`v4.0.3`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v403---2026-01-26) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.2...v4.0.3) ##### What's Changed - Remove find cache in favor of upstream optimization by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1939](https://github.com/fruitcake/laravel-debugbar/pull/1939) - Update onCacheEvent to accept multiple event types by [@&#8203;Yahav](https://github.com/Yahav) in [#&#8203;1943](https://github.com/fruitcake/laravel-debugbar/pull/1943) - Fix cache collector route by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1944](https://github.com/fruitcake/laravel-debugbar/pull/1944) ##### New Contributors - [@&#8203;Yahav](https://github.com/Yahav) made their first contribution in [#&#8203;1943](https://github.com/fruitcake/laravel-debugbar/pull/1943) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.2...v4.0.3> ### [`v4.0.2`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v402---2026-01-24) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.1...v4.0.2) ##### What's Changed - Fix Auth Collector by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1937](https://github.com/fruitcake/laravel-debugbar/pull/1937) - Fix session collector by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1938](https://github.com/fruitcake/laravel-debugbar/pull/1938) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.1...v4.0.2> ### [`v4.0.1`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v4010---2026-02-26) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v4.0.0...v4.0.1) ##### What's Changed - Cast LARAVEL\_START const to float by [@&#8203;daniser](https://github.com/daniser) in [#&#8203;1968](https://github.com/fruitcake/laravel-debugbar/pull/1968) - Laravel 13.x Compatibility by [@&#8203;laravel-shift](https://github.com/laravel-shift) in [#&#8203;1969](https://github.com/fruitcake/laravel-debugbar/pull/1969) - GateCollector backtrace need more steps by [@&#8203;angeljqv](https://github.com/angeljqv) in [#&#8203;1972](https://github.com/fruitcake/laravel-debugbar/pull/1972) - Support custom messages on QueryCollector by [@&#8203;angeljqv](https://github.com/angeljqv) in [#&#8203;1970](https://github.com/fruitcake/laravel-debugbar/pull/1970) - Use upstream collect by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1960](https://github.com/fruitcake/laravel-debugbar/pull/1960) ##### New Contributors - [@&#8203;daniser](https://github.com/daniser) made their first contribution in [#&#8203;1968](https://github.com/fruitcake/laravel-debugbar/pull/1968) - [@&#8203;laravel-shift](https://github.com/laravel-shift) made their first contribution in [#&#8203;1969](https://github.com/fruitcake/laravel-debugbar/pull/1969) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v4.0.9...v4.0.10> ### [`v4.0.0`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v400---2026-01-23) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v3.16.5...v4.0.0) ##### Laravel Debugbar 4.0 ##### Release notes See <https://fruitcake.nl/blog/laravel-debugbar-v4-release> for the biggest changes. This brings the updates from php-debugbar 3.x to Laravel Debugbar. See <https://github.com/php-debugbar/php-debugbar/releases/tag/v3.0.0> for the upstream changes to php-debugbar. ##### Updating The name has changed, so remove the old package first: `composer remove barryvdh/laravel-debugbar --dev --no-scripts` Then install the new package `composer require fruitcake/laravel-debugbar --with-dependencies` Check the <https://github.com/fruitcake/laravel-debugbar/blob/master/UPGRADE.md> for any changes. ##### All Changes - Prepare for Debugbar 3.x by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1828](https://github.com/fruitcake/laravel-debugbar/pull/1828) - Fix 4.x queries by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1832](https://github.com/fruitcake/laravel-debugbar/pull/1832) - Remove deprecations, tweak default config by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1833](https://github.com/fruitcake/laravel-debugbar/pull/1833) - Always render widget in footer by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1834](https://github.com/fruitcake/laravel-debugbar/pull/1834) - Fix null handling quoting in emulateQuote\[QueryCollector] by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1835](https://github.com/fruitcake/laravel-debugbar/pull/1835) - Update workflows / tools, add static analyses, fix some errors by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1836](https://github.com/fruitcake/laravel-debugbar/pull/1836) - Revert event config by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1837](https://github.com/fruitcake/laravel-debugbar/pull/1837) - Remove socket storage by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1839](https://github.com/fruitcake/laravel-debugbar/pull/1839) - Remove Lumen support by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1838](https://github.com/fruitcake/laravel-debugbar/pull/1838) - Remove icon by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1840](https://github.com/fruitcake/laravel-debugbar/pull/1840) - Fix phpstan by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1841](https://github.com/fruitcake/laravel-debugbar/pull/1841) - Remove PDO extension by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1842](https://github.com/fruitcake/laravel-debugbar/pull/1842) - Extend base sql widget by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1843](https://github.com/fruitcake/laravel-debugbar/pull/1843) - Fix shell quotes in README by [@&#8203;szepeviktor](https://github.com/szepeviktor) in [#&#8203;1264](https://github.com/fruitcake/laravel-debugbar/pull/1264) - refactor: improve routes formats by [@&#8203;jbidad](https://github.com/jbidad) in [#&#8203;1392](https://github.com/fruitcake/laravel-debugbar/pull/1392) - remove copy and hints by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1844](https://github.com/fruitcake/laravel-debugbar/pull/1844) - Check response for avoid inject debugbar on json ajax by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1558](https://github.com/fruitcake/laravel-debugbar/pull/1558) - Show estimate of cache byte usage by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1764](https://github.com/fruitcake/laravel-debugbar/pull/1764) - Check string by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1845](https://github.com/fruitcake/laravel-debugbar/pull/1845) - Use original background by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1847](https://github.com/fruitcake/laravel-debugbar/pull/1847) - Add DataProviders for easier maintenance by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1846](https://github.com/fruitcake/laravel-debugbar/pull/1846) - Feat custom collectors by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1848](https://github.com/fruitcake/laravel-debugbar/pull/1848) - Tweak config by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1849](https://github.com/fruitcake/laravel-debugbar/pull/1849) - Feat phpdebugbar symfony by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1850](https://github.com/fruitcake/laravel-debugbar/pull/1850) - Improve Livewire collection and view detection for components by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1853](https://github.com/fruitcake/laravel-debugbar/pull/1853) - Builds docs from source by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1854](https://github.com/fruitcake/laravel-debugbar/pull/1854) - Fix default for excluded events by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1856](https://github.com/fruitcake/laravel-debugbar/pull/1856) - Remove icon overrides by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1857](https://github.com/fruitcake/laravel-debugbar/pull/1857) - Restore Mail collector timeline by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1858](https://github.com/fruitcake/laravel-debugbar/pull/1858) - Add HTTP client collector by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1859](https://github.com/fruitcake/laravel-debugbar/pull/1859) - Add http client to docs by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1860](https://github.com/fruitcake/laravel-debugbar/pull/1860) - Update JavascriptRenderer for upstream changes by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1861](https://github.com/fruitcake/laravel-debugbar/pull/1861) - Simplify Asset Renderer by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1862](https://github.com/fruitcake/laravel-debugbar/pull/1862) - Bring back logs collector by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1863](https://github.com/fruitcake/laravel-debugbar/pull/1863) - Use message context for gate and logs by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1866](https://github.com/fruitcake/laravel-debugbar/pull/1866) - Updates tests for new beta by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1867](https://github.com/fruitcake/laravel-debugbar/pull/1867) - Reduce styling overrides by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1864](https://github.com/fruitcake/laravel-debugbar/pull/1864) - Use symfony-bridge by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1868](https://github.com/fruitcake/laravel-debugbar/pull/1868) - Set livewire sentence by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1869](https://github.com/fruitcake/laravel-debugbar/pull/1869) - Fix timeline by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1871](https://github.com/fruitcake/laravel-debugbar/pull/1871) - Fix storage by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1872](https://github.com/fruitcake/laravel-debugbar/pull/1872) - Seperate listeners from data in events by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1873](https://github.com/fruitcake/laravel-debugbar/pull/1873) - Add casters for heavy objects by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1874](https://github.com/fruitcake/laravel-debugbar/pull/1874) - Fix tests by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1876](https://github.com/fruitcake/laravel-debugbar/pull/1876) - TWeak livewire properties by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1877](https://github.com/fruitcake/laravel-debugbar/pull/1877) - Move namespace to Fruitcake\LaravelDebugbar by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1875](https://github.com/fruitcake/laravel-debugbar/pull/1875) - Replace old package name by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1878](https://github.com/fruitcake/laravel-debugbar/pull/1878) - Fix explain option access in DatabaseCollectorProvider by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1879](https://github.com/fruitcake/laravel-debugbar/pull/1879) - Update .gitattributes by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1881](https://github.com/fruitcake/laravel-debugbar/pull/1881) - Stricter types by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1884](https://github.com/fruitcake/laravel-debugbar/pull/1884) - Add docs directory to export-ignore in .gitattributes by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1883](https://github.com/fruitcake/laravel-debugbar/pull/1883) - Cleanup by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1885](https://github.com/fruitcake/laravel-debugbar/pull/1885) - Fix docs tests by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1886](https://github.com/fruitcake/laravel-debugbar/pull/1886) - Fix cache widget by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1887](https://github.com/fruitcake/laravel-debugbar/pull/1887) - Fix checkVersion accessibility by [@&#8203;angeljqv](https://github.com/angeljqv) in [#&#8203;1889](https://github.com/fruitcake/laravel-debugbar/pull/1889) - Check signature by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1888](https://github.com/fruitcake/laravel-debugbar/pull/1888) - Add Inertia collector by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1890](https://github.com/fruitcake/laravel-debugbar/pull/1890) - Improve storage scan by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1891](https://github.com/fruitcake/laravel-debugbar/pull/1891) - Use upstream file storage and request generator by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1892](https://github.com/fruitcake/laravel-debugbar/pull/1892) - Optimize livewire by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1893](https://github.com/fruitcake/laravel-debugbar/pull/1893) - Test Livewire 2/3/4 by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1894](https://github.com/fruitcake/laravel-debugbar/pull/1894) - Reset interfaces on Octane request, use current config by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1895](https://github.com/fruitcake/laravel-debugbar/pull/1895) - Separate the debugbar from the application load(TimeCollector) by [@&#8203;erikn69](https://github.com/erikn69) in [#&#8203;1896](https://github.com/fruitcake/laravel-debugbar/pull/1896) - Optimize serviceprovider by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1897](https://github.com/fruitcake/laravel-debugbar/pull/1897) - Octane singleton by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1898](https://github.com/fruitcake/laravel-debugbar/pull/1898) - Tweak constructors and config by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1899](https://github.com/fruitcake/laravel-debugbar/pull/1899) - Tweak pennant by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1900](https://github.com/fruitcake/laravel-debugbar/pull/1900) - Time octane reset by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1901](https://github.com/fruitcake/laravel-debugbar/pull/1901) - Tweak booting time by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1902](https://github.com/fruitcake/laravel-debugbar/pull/1902) - Tweak twig by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1903](https://github.com/fruitcake/laravel-debugbar/pull/1903) - Always ensure time/exceptions/messages are available, to log before b… by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1904](https://github.com/fruitcake/laravel-debugbar/pull/1904) - Tweak config values by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1906](https://github.com/fruitcake/laravel-debugbar/pull/1906) - Tweak subscribers by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1905](https://github.com/fruitcake/laravel-debugbar/pull/1905) - Remove request instances by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1907](https://github.com/fruitcake/laravel-debugbar/pull/1907) - Update console collecting by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1908](https://github.com/fruitcake/laravel-debugbar/pull/1908) - Fix cache events by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1909](https://github.com/fruitcake/laravel-debugbar/pull/1909) - Tweak handle by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1910](https://github.com/fruitcake/laravel-debugbar/pull/1910) - Add octane request start by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1911](https://github.com/fruitcake/laravel-debugbar/pull/1911) - Small reset tweaks by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1912](https://github.com/fruitcake/laravel-debugbar/pull/1912) - Add some timeline options by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1913](https://github.com/fruitcake/laravel-debugbar/pull/1913) - Ensure latest request is used by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1915](https://github.com/fruitcake/laravel-debugbar/pull/1915) - Check if octane needs to enable/disbale by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1917](https://github.com/fruitcake/laravel-debugbar/pull/1917) - Use cookies instead of session, events instead of middleware by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1914](https://github.com/fruitcake/laravel-debugbar/pull/1914) - Update tests for Livewire 3 and 4 by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1918](https://github.com/fruitcake/laravel-debugbar/pull/1918) - collect on terminate by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1919](https://github.com/fruitcake/laravel-debugbar/pull/1919) - Bump lodash from 4.17.21 to 4.17.23 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1920](https://github.com/fruitcake/laravel-debugbar/pull/1920) - Restore ulid requestids by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1921](https://github.com/fruitcake/laravel-debugbar/pull/1921) - Use openhandler http driver, set etag by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1922](https://github.com/fruitcake/laravel-debugbar/pull/1922) - Check if params table is set by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1923](https://github.com/fruitcake/laravel-debugbar/pull/1923) - Fix event data by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1924](https://github.com/fruitcake/laravel-debugbar/pull/1924) - Update RequestCollector for CLI usage by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1925](https://github.com/fruitcake/laravel-debugbar/pull/1925) - Tweak ClearCommand for uninstall by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1927](https://github.com/fruitcake/laravel-debugbar/pull/1927) - Catch resolve errors by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1928](https://github.com/fruitcake/laravel-debugbar/pull/1928) ##### New Contributors - [@&#8203;szepeviktor](https://github.com/szepeviktor) made their first contribution in [#&#8203;1264](https://github.com/fruitcake/laravel-debugbar/pull/1264) - [@&#8203;jbidad](https://github.com/jbidad) made their first contribution in [#&#8203;1392](https://github.com/fruitcake/laravel-debugbar/pull/1392) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] made their first contribution in [#&#8203;1920](https://github.com/fruitcake/laravel-debugbar/pull/1920) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v3.16.3...v4.0.0> ### [`v3.16.5`](https://github.com/fruitcake/laravel-debugbar/releases/tag/v3.16.5) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v3.16.4...v3.16.5) #### What's Changed - Tweak ClearCommand for uninstall by [@&#8203;barryvdh](https://github.com/barryvdh) in [#&#8203;1926](https://github.com/fruitcake/laravel-debugbar/pull/1926) **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v3.16.4...v3.16.5> ### [`v3.16.4`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v3164---2026-01-23) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v3.16.3...v3.16.4) - Add new fruitcake namespace to exclude from query backtrace. **Full Changelog**: <https://github.com/fruitcake/laravel-debugbar/compare/v3.16.3...v3.16.4> ### [`v3.16.3`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v3163---2025-12-26) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v3.16.2...v3.16.3) ##### What's Changed - Update symfony/finder version constraint to include 8 by [@&#8203;barryvdh](https://github.com/barryvdh) in [barryvdh#1830](https://github.com/barryvdh/laravel-debugbar/pull/1830) - Allow Symfony v8 by [@&#8203;jnoordsij](https://github.com/jnoordsij) in [barryvdh#1827](https://github.com/barryvdh/laravel-debugbar/pull/1827) - Add error\_level config option to filter error handler reporting ([#&#8203;1373](https://github.com/fruitcake/laravel-debugbar/issues/1373)) by [@&#8203;elliota43](https://github.com/elliota43) in [barryvdh#1825](https://github.com/barryvdh/laravel-debugbar/pull/1825) - Add support for Cursor, Windsurf, and additional editor configurations by [@&#8203;nguyentranchung](https://github.com/nguyentranchung) in [barryvdh#1823](https://github.com/barryvdh/laravel-debugbar/pull/1823) - Don't create <a> tags with the onclick attribute by [@&#8203;PeterMead](https://github.com/PeterMead) in [barryvdh#1820](https://github.com/barryvdh/laravel-debugbar/pull/1820) - docs: Add conditional check for Debugbar alias registration by [@&#8203;erhanurgun](https://github.com/erhanurgun) in [barryvdh#1829](https://github.com/barryvdh/laravel-debugbar/pull/1829) ##### New Contributors - [@&#8203;elliota43](https://github.com/elliota43) made their first contribution in [barryvdh#1825](https://github.com/barryvdh/laravel-debugbar/pull/1825) - [@&#8203;nguyentranchung](https://github.com/nguyentranchung) made their first contribution in [barryvdh#1823](https://github.com/barryvdh/laravel-debugbar/pull/1823) - [@&#8203;PeterMead](https://github.com/PeterMead) made their first contribution in [barryvdh#1820](https://github.com/barryvdh/laravel-debugbar/pull/1820) - [@&#8203;erhanurgun](https://github.com/erhanurgun) made their first contribution in [barryvdh#1829](https://github.com/barryvdh/laravel-debugbar/pull/1829) **Full Changelog**: <https://github.com/barryvdh/laravel-debugbar/compare/v3.16.2...v3.16.3> ### [`v3.16.2`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v3163---2025-12-26) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v3.16.1...v3.16.2) ##### What's Changed - Update symfony/finder version constraint to include 8 by [@&#8203;barryvdh](https://github.com/barryvdh) in [barryvdh#1830](https://github.com/barryvdh/laravel-debugbar/pull/1830) - Allow Symfony v8 by [@&#8203;jnoordsij](https://github.com/jnoordsij) in [barryvdh#1827](https://github.com/barryvdh/laravel-debugbar/pull/1827) - Add error\_level config option to filter error handler reporting ([#&#8203;1373](https://github.com/fruitcake/laravel-debugbar/issues/1373)) by [@&#8203;elliota43](https://github.com/elliota43) in [barryvdh#1825](https://github.com/barryvdh/laravel-debugbar/pull/1825) - Add support for Cursor, Windsurf, and additional editor configurations by [@&#8203;nguyentranchung](https://github.com/nguyentranchung) in [barryvdh#1823](https://github.com/barryvdh/laravel-debugbar/pull/1823) - Don't create <a> tags with the onclick attribute by [@&#8203;PeterMead](https://github.com/PeterMead) in [barryvdh#1820](https://github.com/barryvdh/laravel-debugbar/pull/1820) - docs: Add conditional check for Debugbar alias registration by [@&#8203;erhanurgun](https://github.com/erhanurgun) in [barryvdh#1829](https://github.com/barryvdh/laravel-debugbar/pull/1829) ##### New Contributors - [@&#8203;elliota43](https://github.com/elliota43) made their first contribution in [barryvdh#1825](https://github.com/barryvdh/laravel-debugbar/pull/1825) - [@&#8203;nguyentranchung](https://github.com/nguyentranchung) made their first contribution in [barryvdh#1823](https://github.com/barryvdh/laravel-debugbar/pull/1823) - [@&#8203;PeterMead](https://github.com/PeterMead) made their first contribution in [barryvdh#1820](https://github.com/barryvdh/laravel-debugbar/pull/1820) - [@&#8203;erhanurgun](https://github.com/erhanurgun) made their first contribution in [barryvdh#1829](https://github.com/barryvdh/laravel-debugbar/pull/1829) **Full Changelog**: <https://github.com/barryvdh/laravel-debugbar/compare/v3.16.2...v3.16.3> ### [`v3.16.1`](https://github.com/fruitcake/laravel-debugbar/blob/HEAD/CHANGELOG.md#v3162---2025-12-16) [Compare Source](https://github.com/fruitcake/laravel-debugbar/compare/v3.16.0...v3.16.1) ##### What's Changed - Remove default null value env by [@&#8203;Erulezz](https://github.com/Erulezz) in [barryvdh#1815](https://github.com/barryvdh/laravel-debugbar/pull/1815) - Remove --ignore-platform-req=php+ on integration test setup by [@&#8203;erikn69](https://github.com/erikn69) in [barryvdh#1814](https://github.com/barryvdh/laravel-debugbar/pull/1814) - Remove calls to PHP 8.5-deprecated `setAccessible` by [@&#8203;jnoordsij](https://github.com/jnoordsij) in [barryvdh#1822](https://github.com/barryvdh/laravel-debugbar/pull/1822) ##### New Contributors - [@&#8203;Erulezz](https://github.com/Erulezz) made their first contribution in [barryvdh#1815](https://github.com/barryvdh/laravel-debugbar/pull/1815) **Full Changelog**: <https://github.com/barryvdh/laravel-debugbar/compare/v3.16.1...v3.16.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguNiIsInVwZGF0ZWRJblZlciI6IjQzLjAuNiIsInRhcmdldEJyYW5jaCI6InRydW5rIiwibGFiZWxzIjpbIjBUeXBlL0RlcGVuZGVuY2llcyIsIjFEZXBlbmRlbmN5L0NvbXBvc2VyIiwiMkRlcGVuZGVuY3ktSW1wYWN0L01ham9yIl19-->
Update dependency barryvdh/laravel-debugbar to v4
All checks were successful
ci/woodpecker/push/sonarcube Pipeline was successful
ci/woodpecker/pr/sonarcube Pipeline was successful
ci/woodpecker/pull_request_metadata/sonarcube Pipeline was successful
315b95c704
All checks were successful
ci/woodpecker/push/sonarcube Pipeline was successful
ci/woodpecker/pr/sonarcube Pipeline was successful
ci/woodpecker/pull_request_metadata/sonarcube Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/barryvdh-laravel-debugbar-4.x:renovate/barryvdh-laravel-debugbar-4.x
git switch renovate/barryvdh-laravel-debugbar-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch trunk
git merge --no-ff renovate/barryvdh-laravel-debugbar-4.x
git switch renovate/barryvdh-laravel-debugbar-4.x
git rebase trunk
git switch trunk
git merge --ff-only renovate/barryvdh-laravel-debugbar-4.x
git switch renovate/barryvdh-laravel-debugbar-4.x
git rebase trunk
git switch trunk
git merge --no-ff renovate/barryvdh-laravel-debugbar-4.x
git switch trunk
git merge --squash renovate/barryvdh-laravel-debugbar-4.x
git switch trunk
git merge --ff-only renovate/barryvdh-laravel-debugbar-4.x
git switch trunk
git merge renovate/barryvdh-laravel-debugbar-4.x
git push origin trunk
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
l4p1n-bot/website!103
No description provided.