From 52e98306ed46f6de9c80c60fa2bca1436c22c91a Mon Sep 17 00:00:00 2001 From: Morten Poul Jensen Date: Tue, 10 Sep 2019 09:09:17 +0200 Subject: [PATCH] Add support for Laravel 6.0 --- CHANGELOG.md | 3 +++ composer.json | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff5b97..d22bc5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `laravel-api-responder` will be documented in this file +## 1.2.0 - 2019-09-10 + +- Add support for Laravel 6.0 ## 1.1.0 - 2019-06-11 diff --git a/composer.json b/composer.json index aa3dc1d..4f8fed5 100644 --- a/composer.json +++ b/composer.json @@ -12,14 +12,14 @@ ], "require": { "php": "^7.1", - "illuminate/contracts": "~5.5.43|~5.6.0|~5.7.0|~5.8.0", - "illuminate/database": "~5.5.43|~5.6.0|~5.7.0|~5.8.0", - "illuminate/http": "~5.5.43|~5.6.0|~5.7.0|~5.8.0", - "illuminate/support": "~5.5.43|~5.6.0|~5.7.0|~5.8.0" + "illuminate/contracts": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0", + "illuminate/database": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0", + "illuminate/http": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0", + "illuminate/support": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0" }, "require-dev": { - "phpunit/phpunit": "^6.0|^7.0|^8.0", - "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0" + "phpunit/phpunit": "^7.0|^8.0", + "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0" }, "autoload": { "psr-4": {