From 1d1484025c254eb95b806937b0fb672019cb225b Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 10 Mar 2020 15:00:00 +0100 Subject: [PATCH] Test L7 (#899) * Test L7 * Update composer.json --- .travis.yml | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82c4bd6..9d37177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,8 @@ matrix: env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-lowest' - php: '7.4' env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-stable' RUN_PHPCS=1 + - php: '7.4' + env: LARAVEL='^7.0' COMPOSER_FLAGS='--prefer-stable' RUN_PHPCS=1 before_script: - phpenv config-rm xdebug.ini || true diff --git a/composer.json b/composer.json index eb4fc8e..4c62d57 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "illuminate/view": "^5.5|^6|^7", "phpro/grumphp": "^0.17.1", "squizlabs/php_codesniffer": "^3", - "orchestra/testbench": "^3|^4", + "orchestra/testbench": "^3|^4|^5", "mockery/mockery": "^1.3" }, "autoload": {