Skip to content

Commit 1a93e48

Browse files
authored
Move translate to suggest
1 parent 248ab9d commit 1a93e48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
"php": ">=7",
1818
"illuminate/support": "^5.5|^6|^7|^8|^9",
1919
"illuminate/translation": "^5.5|^6|^7|^8|^9",
20-
"symfony/finder": "^3|^4|^5|^6",
21-
"tanmuhittin/laravel-google-translate": "^2.0.1"
20+
"symfony/finder": "^3|^4|^5|^6"
21+
},
22+
"suggest": {
23+
"tanmuhittin/laravel-google-translate": "If you want to translate using Google API"
2224
},
2325
"autoload": {
2426
"psr-4": {

0 commit comments

Comments
 (0)