From 1f80b051470d726a6becb236b5ee42568887758e Mon Sep 17 00:00:00 2001 From: Mohd Saqueib Ansari Date: Sun, 22 Mar 2020 17:21:06 +0800 Subject: [PATCH] laravel 7 support --- CHANGELOG.md | 3 +++ composer.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a22572..d3b5479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `qcod/laravel-app-settings` will be documented in this file +## 1.3.0 - 2020-03-22 +- Laravel 7 support + ## 1.2.0 - 2019-09-05 - Laravel 6 support diff --git a/composer.json b/composer.json index 0be4a6a..aed5255 100644 --- a/composer.json +++ b/composer.json @@ -22,13 +22,13 @@ ], "require": { "php": "^7.2", - "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0", + "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", "qcod/laravel-settings": "~1.0" }, "require-dev": { - "orchestra/testbench": "~3.4|^4.0", + "orchestra/testbench": "3.8.*|4.*|5.*", "mockery/mockery": "^0.9.4 || ~1.0", - "phpunit/phpunit": "~8.0" + "phpunit/phpunit": "^8.5" }, "autoload": { "psr-4": {