Skip to content

Commit 951d1f9

Browse files
committed
Updated deps
1 parent fd3ae2e commit 951d1f9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "A package to allow you to create comments, tag users and more",
44
"type": "library",
55
"license": "MIT",
6-
"minimum-stability": "dev",
76
"autoload": {
87
"psr-4": {
98
"Kirschbaum\\FilamentComments\\": "src/",
@@ -18,7 +17,10 @@
1817
],
1918
"require": {
2019
"spatie/laravel-package-tools": "^1.18",
21-
"league/html-to-markdown": "^5.2@dev"
20+
"league/html-to-markdown": "^5.1",
21+
"illuminate/support": "^11.0",
22+
"illuminate/database": "^11.0",
23+
"livewire/livewire": "^3.0"
2224
},
2325
"extra": {
2426
"laravel": {

0 commit comments

Comments
 (0)