Skip to content

Commit 73caa5d

Browse files
committed
Bump dependencies, replace tracy with laravel debugbar
The tracy bar was causing memory issues when debugging was enabled. Barryvdh's package is a complete replacement with all the necessary features without the memory issues.
1 parent e332eae commit 73caa5d

File tree

6 files changed

+2135
-2513
lines changed

6 files changed

+2135
-2513
lines changed

Beam/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"yajra/laravel-datatables-oracle": "^9.18"
7575
},
7676
"require-dev": {
77+
"barryvdh/laravel-debugbar": "^3.7",
7778
"barryvdh/laravel-ide-helper": "^2.10",
7879
"facade/ignition": "^2.5",
7980
"fakerphp/faker": "^v1.20.0",
@@ -82,7 +83,6 @@
8283
"mockery/mockery": "^1.4.2",
8384
"nunomaduro/collision": "^5.0",
8485
"phpunit/phpunit": "^9.3.3",
85-
"recca0120/laravel-tracy": "^v1.13",
8686
"squizlabs/php_codesniffer": "^3.6"
8787
},
8888
"autoload": {

0 commit comments

Comments
 (0)