Skip to content

Commit 8c57f30

Browse files
Prevent usage of unpatched livewire version (#464)
1 parent 4ea6532 commit 8c57f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"illuminate/routing": "^10.48.4|^11.0.8|^12.0",
3232
"illuminate/support": "^10.48.4|^11.0.8|^12.0",
3333
"illuminate/view": "^10.48.4|^11.0.8|^12.0",
34-
"livewire/livewire": "^3.4.9",
34+
"livewire/livewire": "^3.6.4",
3535
"symfony/console": "^6.0|^7.0",
3636
"nesbot/carbon": "^2.67|^3.0"
3737
},

0 commit comments

Comments
 (0)