Skip to content

Commit 3ebdc42

Browse files
committed
Fix: wrong version constraints
1 parent 18e19f0 commit 3ebdc42

File tree

2 files changed

+653
-632
lines changed

2 files changed

+653
-632
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
],
2424
"require": {
2525
"php": "^8.2",
26-
"filament/filament": "^5.0",
26+
"filament/filament": "^4.0",
2727
"league/glide": "^3.0",
2828
"spatie/laravel-package-tools": "^1.15.0"
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.10",
3232
"orchestra/testbench": "^9.0|^10.0",
33-
"pestphp/pest": "^4.3",
34-
"pestphp/pest-plugin-laravel": "^4.0",
35-
"pestphp/pest-plugin-livewire": "^4.0",
33+
"pestphp/pest": "^3.0",
34+
"pestphp/pest-plugin-laravel": "^3.0",
35+
"pestphp/pest-plugin-livewire": "^3.0",
3636
"rector/rector": "^2.0",
3737
"spatie/laravel-ray": "^1.26"
3838
},

0 commit comments

Comments
 (0)