Skip to content

Commit f378dde

Browse files
committed
Add Laravel framework suggestion to composer.json
1 parent 5ffe83f commit f378dde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"illuminate/support": "^8.0|^9.0|^10.0",
2626
"guzzlehttp/guzzle": "^7.0.1"
2727
},
28+
"suggest": {
29+
"laravel/framework": "Required for using this package with Laravel"
30+
},
2831
"autoload": {
2932
"psr-4": {
3033
"Kargnas\\LaravelAiTranslator\\": "src"

0 commit comments

Comments
 (0)