Skip to content

Commit 91d12e4

Browse files
committed
Allow Livewire 4
1 parent 44594fc commit 91d12e4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"require": {
3737
"php": "^8.2",
3838
"laravel/framework": "^11.0 || ^12.0",
39-
"statamic/cms": "^5.17.0",
40-
"livewire/livewire": "^3.6.4"
39+
"statamic/cms": "^5.17.0 || ^6.0",
40+
"livewire/livewire": "^3.6.4 || ^4.0"
4141
},
4242
"extra": {
4343
"statamic": {
@@ -60,5 +60,7 @@
6060
"orchestra/testbench": "^9.0 || ^10.0",
6161
"phpunit/phpunit": "^10.5|^11.0",
6262
"spatie/laravel-ray": "^1.0"
63-
}
63+
},
64+
"minimum-stability": "dev",
65+
"prefer-stable": true
6466
}

0 commit comments

Comments
 (0)