We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3ae2e commit 951d1f9Copy full SHA for 951d1f9
1 file changed
composer.json
@@ -3,7 +3,6 @@
3
"description": "A package to allow you to create comments, tag users and more",
4
"type": "library",
5
"license": "MIT",
6
- "minimum-stability": "dev",
7
"autoload": {
8
"psr-4": {
9
"Kirschbaum\\FilamentComments\\": "src/",
@@ -18,7 +17,10 @@
18
17
],
19
"require": {
20
"spatie/laravel-package-tools": "^1.18",
21
- "league/html-to-markdown": "^5.2@dev"
+ "league/html-to-markdown": "^5.1",
+ "illuminate/support": "^11.0",
22
+ "illuminate/database": "^11.0",
23
+ "livewire/livewire": "^3.0"
24
},
25
"extra": {
26
"laravel": {
0 commit comments