From 52e51d541bd1ff43cffee1e0776bc7efbac2ba38 Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Wed, 27 Feb 2019 04:42:27 +0530 Subject: [PATCH] support laravel v5.8 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c73e7e1..f9ef3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index 4187578..4f6f2bf 100644 --- a/composer.json +++ b/composer.json @@ -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",