From 10d5c346f06def4e095c8a568f91929d2410171c Mon Sep 17 00:00:00 2001 From: JhaoDa Date: Sat, 12 Sep 2020 12:35:23 +0700 Subject: [PATCH] Laravel 8 --- .gitignore | 1 + CHANGELOG.md | 4 ++++ composer.json | 12 ++++++------ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3f0a634..d07f69a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build composer.phar composer.lock +.phpunit.result.cache diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a578b..a397a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `gitter` will be documented in this file +## 2.2.0 - 2020-09-12 + +- Laravel 8 + ## 2.1.0 - 2020-04-26 - Laravel 7.x diff --git a/composer.json b/composer.json index 342c68b..ce39ad6 100644 --- a/composer.json +++ b/composer.json @@ -14,15 +14,15 @@ ], "require": { "php": "^7.2.5", - "guzzlehttp/guzzle": "^6.2", - "illuminate/queue": "5.5 - 5.8 || ^6.0 || ^7.0", - "illuminate/notifications": "5.5 - 5.8 || ^6.0 || ^7.0", - "illuminate/support": "5.5 - 5.8 || ^6.0 || ^7.0" + "guzzlehttp/guzzle": "^7.0.1", + "illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0", + "illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0", + "illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^8.0", - "mockery/mockery": "^1.2" + "phpunit/phpunit": "^9.3", + "mockery/mockery": "^1.3.1" }, "autoload": { "psr-4": {