Skip to content

Commit f66aadd

Browse files
authored
Merge pull request #38 from mattwells-coex/filament-v5
Support for Filament v5
2 parents 9f7dc6f + 9dfb60c commit f66aadd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,17 @@
1717
],
1818
"require": {
1919
"php": "^8.3",
20-
"filament/filament": "^4.0",
20+
"filament/filament": "^4.0|^5.0",
2121
"laravel/pennant": "^1.10",
2222
"spatie/laravel-package-tools": "^1.14.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",
26-
"nunomaduro/collision": "^7.8|^8.0",
2726
"orchestra/testbench": "^8.8|^10.0",
28-
"pestphp/pest": "^2.20|^3.7",
29-
"pestphp/pest-plugin-arch": "^2.0|^3.0",
30-
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
31-
"pestphp/pest-plugin-livewire": "^2.1|^3.0"
27+
"pestphp/pest": "^2.20|^3.7|^4.0",
28+
"pestphp/pest-plugin-arch": "^2.0|^3.0|^4.0",
29+
"pestphp/pest-plugin-laravel": "^2.0|^3.1|^4.0",
30+
"pestphp/pest-plugin-livewire": "^2.1|^3.0|^4.0"
3231
},
3332
"autoload": {
3433
"psr-4": {

0 commit comments

Comments
 (0)