From 51e9e39b2aca1e12fc358abac22ebb581c274271 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Wed, 6 Feb 2019 11:15:27 +0100 Subject: [PATCH] Adding Laravel 5.7 support --- _docs/1-Installation-and-Setup.md | 3 +++ composer.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_docs/1-Installation-and-Setup.md b/_docs/1-Installation-and-Setup.md index 0f634d0..84f7130 100644 --- a/_docs/1-Installation-and-Setup.md +++ b/_docs/1-Installation-and-Setup.md @@ -23,6 +23,7 @@ The Notify package has a few system requirements: | ![Notify v3.3.x][notify_3_3_x] | ![Laravel v5.4][laravel_5_4] | | ![Notify v3.4.x][notify_3_4_x] | ![Laravel v5.5][laravel_5_5] | | ![Notify v3.5.x][notify_3_5_x] | ![Laravel v5.6][laravel_5_6] | +| ![Notify v3.6.x][notify_3_6_x] | ![Laravel v5.7][laravel_5_7] | [laravel_4_2]: https://img.shields.io/badge/v4.2-supported-brightgreen.svg?style=flat-square "Laravel v4.2" [laravel_5_0]: https://img.shields.io/badge/v5.0-supported-brightgreen.svg?style=flat-square "Laravel v5.0" @@ -32,12 +33,14 @@ The Notify package has a few system requirements: [laravel_5_4]: https://img.shields.io/badge/v5.4-supported-brightgreen.svg?style=flat-square "Laravel v5.4" [laravel_5_5]: https://img.shields.io/badge/v5.5-supported-brightgreen.svg?style=flat-square "Laravel v5.5" [laravel_5_6]: https://img.shields.io/badge/v5.6-supported-brightgreen.svg?style=flat-square "Laravel v5.6" +[laravel_5_7]: https://img.shields.io/badge/v5.7-supported-brightgreen.svg?style=flat-square "Laravel v5.7" [notify_1_x]: https://img.shields.io/badge/version-1.*-blue.svg?style=flat-square "Notify v1.*" [notify_3_2_x]: https://img.shields.io/badge/version-3.2.*-blue.svg?style=flat-square "Notify v3.2.*" [notify_3_3_x]: https://img.shields.io/badge/version-3.3.*-blue.svg?style=flat-square "Notify v3.3.*" [notify_3_4_x]: https://img.shields.io/badge/version-3.4.*-blue.svg?style=flat-square "Notify v3.4.*" [notify_3_5_x]: https://img.shields.io/badge/version-3.5.*-blue.svg?style=flat-square "Notify v3.5.*" +[notify_3_6_x]: https://img.shields.io/badge/version-3.6.*-blue.svg?style=flat-square "Notify v3.6.*" ## Composer diff --git a/composer.json b/composer.json index 2b7d90b..d98dbcb 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ "require": { "php": ">=7.1.3", "ext-json": "*", - "arcanedev/support": "~4.3.0" + "arcanedev/support": "~4.4.0" }, "require-dev": { "phpunit/phpunit": "~7.0", "phpunit/phpcov": "~5.0", - "orchestra/testbench": "~3.6.0" + "orchestra/testbench": "~3.7.0" }, "autoload": { "psr-4": {