From 3e7d4bd056169e20c955079078d7c6e006a6b656 Mon Sep 17 00:00:00 2001 From: DevDavido <997605+DevDavido@users.noreply.github.com> Date: Wed, 2 Oct 2019 18:05:31 +0200 Subject: [PATCH] Added Laravel 6.0 support --- CHANGELOG.md | 5 ++++- composer.json | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d6786..d10545a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,4 +13,7 @@ All notable changes to `laravel-reporto` will be documented in this file. - Added support for Laravel 5.8 ## 1.2.1 - 2019-03-09 -- Fix for Laravel 5.8 support: Replaced str_is with Str::is \ No newline at end of file +- Fix for Laravel 5.8 support: Replaced str_is with Str::is + +## 1.3 - 2019-10-02 +- Added support for Laravel 6.0 diff --git a/composer.json b/composer.json index cc09b81..e46af2f 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ "require": { "php": "^7.0", "ext-json": "*", - "laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0" + "laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0" }, "require-dev": { - "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0", - "phpunit/phpunit" : "^7.0" + "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|~4.0.0", + "phpunit/phpunit" : "^7.0|^8.0" }, "autoload": { "psr-4": {