From edaa3a23b66d49e94c56918d0f63ea12f5cdec82 Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Wed, 4 Sep 2019 13:00:43 +0530 Subject: [PATCH] Laravel v6.0 support --- CHANGELOG.md | 4 ++++ composer.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d29b34e..012961d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/composer.json b/composer.json index 0152d89..21366cd 100644 --- a/composer.json +++ b/composer.json @@ -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": {