From ac992ba9c5cb508015ae71001d0dbaae288b630e Mon Sep 17 00:00:00 2001 From: Arnaud Becher Date: Wed, 18 Sep 2019 18:35:11 +0200 Subject: [PATCH] add compatibility with laravel 5.7 and 5.8 --- .travis.yml | 2 ++ composer.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa14ee5..136a137 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ php: - 5.4 - 5.5 - 5.6 + - 5.7 + - 5.8 - hhvm before_script: diff --git a/composer.json b/composer.json index 5693759..9d50853 100644 --- a/composer.json +++ b/composer.json @@ -7,14 +7,14 @@ }], "require": { "php": ">=5.5.9", - "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", - "laravelcollective/html": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "laravelcollective/html": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", "intervention/image": "2.*", "erusev/parsedown": "~1.1", "mustache/mustache": "~2.6.0" }, "require-dev": { - "laravel/laravel": "5.6.*", + "laravel/laravel": "5.8.*", "laravel/browser-kit-testing": "^4.0", "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*",