Commit Graph

105 Commits

Author SHA1 Message Date
Barry vd. Heuvel 354a42f3e0
Bump dev version 2024-04-01 18:39:30 +02:00
Barry vd. Heuvel 7720538a49
Bump debugbar version (#1595) 2024-04-01 11:27:19 +02:00
Barry vd. Heuvel ec78ceb95a
Bump debugbar (#1554) 2024-03-01 16:34:30 +01:00
erikn69 2a6c142480
Laravel 11 test (#1551) 2024-02-29 07:39:54 +01:00
Barry vd. Heuvel 800cec8d0d
Use upstream SQL widget (#1519)
* Use upstream widget

* Fix version

* Remove file
2024-02-13 20:05:46 +01:00
Barry vd. Heuvel f390a22e89
Support Laravel 11 (#1513)
* Support Laravel 11

* No fail fast

* Exclude unit tests for now
2024-02-12 11:42:32 +01:00
Barry vd. Heuvel c7b315fc8b
Enable logtrace for messages (#1508)
* Enable logtrace for messages

* Bump debugbar version

* Enable
2024-02-10 20:43:51 +01:00
Barry vd. Heuvel 2c518cc896
Bump dev version to 3.9 2024-01-30 15:25:22 +01:00
erikn69 b736241043
SymfonyMailCollector support (#1457) 2023-09-19 22:22:07 +02:00
Barry vd. Heuvel 8548ee32a3
Bump required version 2023-02-21 15:20:45 +01:00
Barry vd. Heuvel f217b9022a
Update branch alias 2023-02-21 15:20:06 +01:00
Barry vd. Heuvel eb01216141
Drop lower PHP/Laravel versions (#1386)
* Drop lower PHP versions

* Dev stability

* Fix versions
2023-02-04 16:47:28 +01:00
Barry vd. Heuvel a67e03c63d
Add editorconfig, fix style, skip resources (#1385)
* Add editorconfig, fix style, skip resources

* Minimum dev
2023-02-04 16:30:33 +01:00
erikn69 47f5852dba
Laravel 10.x Support (#1380) 2023-01-12 16:13:32 +01:00
Sergiy Petrov 74d71878f7
Update run-tests.yml (#3) (#1357)
test against php 8.1
2022-10-31 14:06:00 +01:00
Julius Kiekbusch 3372ed65e6
Remove symfony/debug dependency (#1321)
* Migrate from symfony/debug to symfony/error-handler

* Fix wrong version constraints

* Remove Laravel 6 Support

* Remove lumen 6 from test matrix

* Remove symfony/error-handler
2022-07-11 11:26:42 +02:00
Barry vd. Heuvel 4ad282a9af
Test Laravel 9 (#1282) 2022-01-30 18:37:50 +01:00
Armin Linzbauer f92fe967b4
Update Dependencies for Laravel 9 (#1271) 2021-12-21 19:20:10 +01:00
Maritaria 3e72847500
Rename Facade to Debugbar (#1218)
Creating the facade as a class named Debugbar enables better auto completion for IDEs and the like.
To avoid naming conflicts it exists in a separate folder Facades.

For backwards compatibility of existing code the current Facade persists as a class that extends the Debugbar facade class. This should allow for a minor update to the package with a deprecation notice on existing code importing the Facade explicitly.
2021-11-04 13:32:31 +01:00
Ahmed shamim 3c2d678269
fix: #1236 maximebf/debugbar version issue (#1237)
* fix: #1236 maximebf/debugbar version issue

* Update composer.json

Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
2021-10-21 12:57:31 +02:00
Barry vd. Heuvel 665e514f20
Update composer.json 2021-10-21 12:56:47 +02:00
Pascal Baljet 618911a182
Enable PHP 8.0 build (#1129)
* WIP

* Trigger notification

* Update run-integration-tests.yml

* Update composer.json

* Update run-integration-tests.yml
2020-12-07 11:54:58 +01:00
Barry vd. Heuvel 05b74ee384
Test Laravel 8 (#1097)
* Test Laravel 8
2020-08-28 11:29:30 +02:00
ARCANEDEV 7c0d143e0d
Update composer.json (#1096)
Related: #1095
2020-08-27 22:03:27 +02:00
hebbet 8023cf6d06
allow laravel 8.x (#1095) 2020-08-27 17:06:51 +02:00
Barry vd. Heuvel ba28d4a8e6
Bump to Laravel 6.x minimum 2020-08-20 12:25:52 +02:00
Barry vd. Heuvel 37dc7a30da
Feat test dusk (#1092)
* Test with Dusk

* No UI

* composer fix-style

* Update BrowserTestCase.php

* Update matrix

* Update run-tests.yml

* Update composer.json

* Start with 6.x

Co-authored-by: laravel-debugbar <laravel-debugbar@users.noreply.github.com>
2020-08-20 12:09:26 +02:00
Barry vd. Heuvel 51c8ea3ab2
PSR-12 + action (#1087) 2020-08-16 19:45:35 +02:00
Barry vd. Heuvel 5d11919868
Run unit tests (#1086)
* Run unit tests

* Add scripts, cs fixer

* Update composer.json
2020-08-16 19:09:44 +02:00
Sébastien Nikolaou bbf7f2521a
Optimize models collector (#1051)
* Optimize models collector

Use a wildcard to listen to the `eloquent.retrieved:*` events
instead of listening to all the `eloquent.*` events.

* Add testsfor ModelsCollector
2020-06-27 18:22:09 +02:00
vdauchy d8a6f5b7ce Add returned value to measure()
Change-Id: I52e822caaee73bfc70f93e1512710e7893bd362b
2020-05-12 14:51:33 -04:00
Barry vd. Heuvel 42d5da5379
Update composer.json 2020-02-25 21:42:23 +01:00
Steve Lacey 7afc4a493d
Fetch support (#975) 2020-02-09 15:12:23 +01:00
Andrew Brown a5d04afa7f
allow semantic versioning for maximebf/debugbar 2019-12-02 11:52:22 -06:00
Carlos Egusquiza 5162cbfffa Allow symfony 5 2019-11-23 11:12:11 +01:00
Barry vd. Heuvel e43aa86bb3
Update composer.json 2019-08-21 13:00:02 +02:00
George Hanson 5fcba4cc8e Add Laravel 5.8 support (#911) 2019-02-26 19:01:54 +01:00
Freek Van der Herten 59d310c332 Fix dev dependency (#859) 2018-08-16 12:07:26 +02:00
Barry vd. Heuvel e359a7627f
Update composer.json 2018-08-02 12:54:48 +02:00
Barry vd. Heuvel 8395020ee6
Prepare for L5.6 2017-12-24 13:54:33 +01:00
Barry vd. Heuvel 0b04bcd226
Bump debugbar version 2017-12-24 13:52:57 +01:00
Barry vd. Heuvel b60825e9c2 Update composer.json 2017-08-28 22:18:09 +02:00
Barry vd. Heuvel 3030d1ae6b Allow 5.4 2017-08-17 09:20:49 +02:00
Barry vd. Heuvel 6fa682397a Update dev deps 2017-07-25 15:01:25 +02:00
Barry vd. Heuvel 70831dee21 Update for 5.5, remove old checks 2017-07-21 14:43:26 +02:00
Barry vd. Heuvel 8d49f9582e Update for v3, l5.5 2017-07-21 14:13:24 +02:00
Barry vd. Heuvel de15d00a74 Bump to 2.4 2017-06-01 19:46:08 +02:00
Taylor Otwell 0b24dbc167 Support Auto-Discovery (#643)
This will make the package work with auto-discovery in Laravel 5.5. Enjoy :)
2017-06-01 18:54:55 +02:00
Marco Aurélio Deleu dcc635088a Support Laravel 5.5 (#631) 2017-04-23 15:21:01 +02:00
Mohamed Sharaf 045cf74814 support laravel 5.4.*
support laravel 5.4.*
2016-12-07 02:25:36 +03:00