From 1e32bb0f908f864ad5676d69d336ce431d24dbb8 Mon Sep 17 00:00:00 2001 From: Christophe Vuagniaux Date: Fri, 9 Oct 2020 15:18:14 +0200 Subject: [PATCH] Add Laravel 8 support --- .travis.yml | 4 ++++ composer.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69d3be7..58ea49e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,12 @@ jobs: env: LARAVEL='^6.0' 'TESTBENCH='^4.0' - php: 7.3 env: LARAVEL='^7.0' 'TESTBENCH='^5.0' + - php: 7.3 + env: LARAVEL='^8.0' 'TESTBENCH='^6.0' - php: 7.4 env: LARAVEL='^7.0' 'TESTBENCH='^5.0' + - php: 7.4 + env: LARAVEL='^8.0' 'TESTBENCH='^6.0' fast_finish: true diff --git a/composer.json b/composer.json index 8f1fdea..ca4c1d8 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ "ext-json": "*", "composer/semver": "^1.4", "guzzlehttp/guzzle": "^6.3|^7.0", - "illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", - "illuminate/routing": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" + "illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", + "illuminate/routing": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.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|^4.0|^5.0" + "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0|^6.0" }, "autoload": { "psr-4": {