From 1c5016e6b1016ef5897b016edfaf2ef964d56a9f Mon Sep 17 00:00:00 2001 From: Tupy Date: Thu, 12 Nov 2020 13:50:56 +0000 Subject: [PATCH] Fix require libraires to laravel 8 --- CHANGELOG.md | 6 ++++++ composer.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b0f04..e597199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.0.8] - 2020-11-12 + +### Fixed +- Version require ramsey/uuid and phpunit/phpunit +- Update branch aliases + ## [2.0.7] - 2020-10-28 ### Added diff --git a/composer.json b/composer.json index 7a185df..55bc72e 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ "illuminate/database": "~5.5|^6.0|^7.0|^8.0", "illuminate/support": "~5.4|^6.0|^7.0|^8.0", "onelogin/php-saml": "^3.0", - "ramsey/uuid": "^3.8" + "ramsey/uuid": "^3.8|^4.0" }, "require-dev": { "mockery/mockery": "^0.9.9", - "phpunit/phpunit": "^7.5", + "phpunit/phpunit": "^7.5|^9.0", "squizlabs/php_codesniffer": "^2.3" }, "autoload": { @@ -43,7 +43,7 @@ ] }, "branch-aliases": { - "dev-master": "2.0.3-dev" + "dev-master": "2.0.8-dev" } }, "minimum-stability": "dev",