Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Sep 5, 2019
1 parent 580d931 commit 4af872c
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,9 +15,9 @@
],
"require": {
"php": ">=7",
"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",
"illuminate/support": "^5.5|^6",
"illuminate/translation": "^5.5|^6",
"symfony/finder": "^3|^4",
"tanmuhittin/laravel-google-translate": "^1.0.1"
},
"autoload": {
Expand Down

0 comments on commit 4af872c

Please sign in to comment.