From 99fc012b7a7a73a46834facb1c756f67a92a57c2 Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Thu, 26 Jan 2017 09:36:13 +0100 Subject: [PATCH] Update laravel to 5.4 Signed-off-by: Yoan Blanc --- README.md | 2 +- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0c836fe..240514d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The best and easiest way to install this package is through [Composer](https://g ### Compatibility -This package fully compatible with **[Laravel](https://laravel.com)** `5.1.*|5.2.*|5.3.*`. +This package fully compatible with **[Laravel](https://laravel.com)** `5.1.*|5.2.*|5.3.*|5.4.*`. ### Require Package diff --git a/composer.json b/composer.json index c5ddc72..e475314 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ "editor" ], "require": { - "illuminate/support": "5.1.*|5.2.*|5.3.*", - "illuminate/filesystem": "5.1.*|5.2.*|5.3.*", - "illuminate/events": "5.1.*|5.2.*|5.3.*", - "illuminate/container": "5.1.*|5.2.*|5.3.*", - "illuminate/contracts": "5.1.*|5.2.*|5.3.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/container": "5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*", "erusev/parsedown": "^1.6", "erusev/parsedown-extra": "0.7.*" },