Skip to content

Commit

Permalink
add laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmuhittin committed Sep 7, 2019
1 parent 316c0ad commit 83275a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"require": {
"illuminate/console": ">=5.1",
"php": ">=7.0.0",
"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|^6",
"illuminate/translation": "^5.5|^6",
"stichoza/google-translate-php": "^4.0"
},
"extra": {
Expand Down

0 comments on commit 83275a6

Please sign in to comment.