Skip to content

Commit

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

## v3.0.0 (04-09-2019)
- Now supports Laravel v6.0
- Support for Laravel v5.8 will be dropped in v3.1

## v2.0.5 (27-04-2019)
- Support the 'zh-TW' locale code.
- Thank you to [Jaric](https://github.com/jaric) for sending the initial [PR](https://github.com/JoggApp/laravel-google-translate/pull/4).
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"require": {
"php": "^7.2",
"google/cloud-translate": "^1.2",
"illuminate/support": "5.8.*"
"illuminate/support": "5.8.*|6.*"
},
"require-dev": {
"mockery/mockery": "^1.1",
"orchestra/testbench" : "~3.0",
"phpunit/phpunit": "^7.3"
"orchestra/testbench" : "~4.0",
"phpunit/phpunit": "^8.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit edaa3a2

Please sign in to comment.