Skip to content

Commit 1e4800e

Browse files
committed
fix: add eloquent-power-joins dependency
The package was already in use via Filament but was missing from the composer.json require section. This caused CI failures when tests tried to sort table columns by relationships using orderByPowerJoins(). Fixes #5
1 parent 094354f commit 1e4800e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"require": {
4141
"php": "^8.3",
4242
"filament/filament": "^4.0",
43+
"kirschbaum-development/eloquent-power-joins": "^4.0",
4344
"spatie/laravel-package-tools": "^1.15.0",
4445
"spatie/laravel-data": "^4.0.0",
4546
"postare/blade-mdi": "^1.0"

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)