From b7570debd44885aa9b5004266f487eb35009d9ad Mon Sep 17 00:00:00 2001 From: djfrailey Date: Thu, 28 May 2020 10:43:14 -0700 Subject: [PATCH] Add support for Laravel 7 (#22) Co-authored-by: David Frailey --- .travis.yml | 10 ++++++++++ composer.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a84e7d7..5158ac8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,11 @@ matrix: - LARAVEL_VERSION=^6.0 - SYMFONY_VERSION=^4.0 - PHPUNIT_VERSION=^8.0 + - env: + - PHP_VERSION=7.2 + - LARAVEL_VERSION=^7.0 + - SYMFONY_VERSION=^4.0 + - PHPUNIT_VERSION=^8.0 - env: - PHP_VERSION=7.3 - LARAVEL_VERSION=5.5.* @@ -72,6 +77,11 @@ matrix: - LARAVEL_VERSION=^6.0 - SYMFONY_VERSION=^4.0 - PHPUNIT_VERSION=^8.0 + - env: + - PHP_VERSION=7.3 + - LARAVEL_VERSION=^7.0 + - SYMFONY_VERSION=^4.0 + - PHPUNIT_VERSION=^8.0 before_install: diff --git a/composer.json b/composer.json index 7c64ec4..3f33978 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "keywords": ["laravel", "framework", "UPS", "Laravel UPS Api", "Laravel-Ups-Api", "Pierre Tondereau", "Ptondereau"], "require": { "php": "^7.1.3", - "illuminate/contracts": "^5.5|^6.0", - "illuminate/support": "^5.5|^6.0", + "illuminate/contracts": "^5.5|^6.0|^7.0", + "illuminate/support": "^5.5|^6.0|^7.0", "gabrielbull/ups-api": "^0.8" }, "require-dev": {