Skip to content

Commit

Permalink
Merge pull request #160 from lara-zeus/filament-export
Browse files Browse the repository at this point in the history
use a fork for filament export
  • Loading branch information
atmonshi authored Sep 7, 2023
2 parents 4435a32 + c98ff41 commit 7f02117
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 151 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"codeat3/blade-clarity-icons": "^1.7",
"lara-zeus/core": "^3.0",
"guava/filament-icon-picker": "dev-main",
"alperenersoy/filament-export": "v3.0.0-beta"
"alperenersoy/filament-export": "dev-fix-there"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down Expand Up @@ -89,5 +89,11 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"repositories": [
{
"type": "github",
"url": "https://github.com/lara-zeus/filament-export"
}
]
}
Loading

0 comments on commit 7f02117

Please sign in to comment.