Skip to content

Commit

Permalink
Add support for Laravel 7 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: David Frailey <dfrailey@empire-medical.com>
  • Loading branch information
djfrailey and David Frailey authored May 28, 2020
1 parent fc7b3ac commit b7570de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b7570de

Please sign in to comment.