Skip to content

Commit

Permalink
support laravel v5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Feb 26, 2019
1 parent f7d01fb commit 52e51d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All the notable changes to the Laravel Google Translate package are documented in this file:

## v2.0.0 (27-02-2019)
- Now supports Laravel v5.8

## v1.0.1 (26-01-2019)
- Included the missing 'he' locale code.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^7.2",
"google/cloud-translate": "^1.2",
"illuminate/support": "5.7.*"
"illuminate/support": "5.8.*"
},
"require-dev": {
"mockery/mockery": "^1.1",
Expand Down

0 comments on commit 52e51d5

Please sign in to comment.