Skip to content

Commit c7fe710

Browse files
authored
Merge pull request #157 from laraxot/filament3
laravel 11 support
2 parents e8d07dd + 80f6700 commit c7fe710

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"php": "^8.0",
2323
"filament/filament": "^3",
2424
"filament/notifications": "^3.0",
25-
"illuminate/contracts": "^10",
26-
"illuminate/support": "^10.0",
25+
"illuminate/contracts": "^10|^11",
26+
"illuminate/support": "^10.0|^11",
2727
"livewire/livewire": "^3",
2828
"maatwebsite/excel": "^3.1.48",
2929
"psr/simple-cache": "^2.0|^3.0",
@@ -32,7 +32,7 @@
3232
"require-dev": {
3333
"laravel/pint": "^1.11",
3434
"nunomaduro/collision": "^6.4|^7.0",
35-
"nunomaduro/larastan": "^2.6.4",
35+
"larastan/larastan": "*",
3636
"orchestra/testbench": "^8.8",
3737
"pestphp/pest": "^2",
3838
"pestphp/pest-plugin-laravel": "^2",

composer.lock

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

0 commit comments

Comments
 (0)