Skip to content

Commit

Permalink
add support laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EcoinTest committed Sep 5, 2019
1 parent 67d054d commit 580d931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"require": {
"php": ">=7",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/translation": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.0.0",
"illuminate/translation": "5.5.x|5.6.x|5.7.x|6.0.0",
"symfony/finder": "~3.0|~4.0",
"tanmuhittin/laravel-google-translate": "^0.11.0"
"tanmuhittin/laravel-google-translate": "^1.0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 580d931

Please sign in to comment.