From 21054c7624030741a4c29d3d1c13613a838c8001 Mon Sep 17 00:00:00 2001 From: freek Date: Wed, 27 Feb 2019 16:42:31 +0100 Subject: [PATCH] wip --- .travis.yml | 3 +-- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd7c44d..c998d34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: php php: - - 7.0 - - 7.1 - 7.2 + - 7.3 env: matrix: diff --git a/composer.json b/composer.json index f8f40a8..de5be91 100644 --- a/composer.json +++ b/composer.json @@ -27,14 +27,14 @@ } ], "require": { - "php": "^7.0", - "illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0" + "php": "^7.2", + "illuminate/http": "~5.8.0", + "illuminate/support": "~5.8.0" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench": "~3.5|~3.6|~3.7|~5.8.0", - "phpunit/phpunit": "^6.5|^7.0|^8.0" + "orchestra/testbench": "~3.8.0", + "phpunit/phpunit": "^8.0" }, "autoload": { "psr-4": {