Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump package
  • Loading branch information
pascalbaljet committed Feb 21, 2025
commit 3b95dce44096d03024199fd20149ef0fa696c12e
2 changes: 1 addition & 1 deletion app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": "^8.4|^8.3|^8.2",
"guzzlehttp/guzzle": "^7.2",
"kirschbaum-development/eloquent-power-joins": "^3.0|^4.0",
"kirschbaum-development/eloquent-power-joins": "^4.0",
"laravel/framework": "^10.48.23|^11.33|^12.0",
"laravel/reverb": "^1.4.3",
"laravel/sanctum": "^3.2|^4.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"phpunit/phpunit": "^10.4|^11.5.3"
},
"suggest": {
"kirschbaum-development/eloquent-power-joins": "Required to enable support sorting by (nested) relationships in Splade Tables (^3.0|^4.0)",
"kirschbaum-development/eloquent-power-joins": "Required to enable support sorting by (nested) relationships in Splade Tables (^4.0)",
"maatwebsite/excel": "Required to enable support exports in Splade Tables (^3.1)",
"spatie/fractalistic": "Required to enable support for Fractal transformers (^2.9)"
},
Expand Down
Loading