Skip to content

Commit

Permalink
Merge pull request #5 from Soapbox/change/add-laravel-6-support
Browse files Browse the repository at this point in the history
[Change] Add laravel 6 support
  • Loading branch information
Justin Hayes authored Jan 17, 2020
2 parents 3d19dcb + 1655db5 commit 48df47e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
21 changes: 4 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
language: php

matrix:
include:
- php: 7.1
env: ILLUMINATE_VERSION=5.5.*
- php: 7.1
env: ILLUMINATE_VERSION=5.6.*
- php: 7.1
env: ILLUMINATE_VERSION=5.7.*
- php: 7.2
env: ILLUMINATE_VERSION=5.5.*
- php: 7.2
env: ILLUMINATE_VERSION=5.6.*
- php: 7.2
env: ILLUMINATE_VERSION=5.7.*

before_install:
- composer require "illuminate/support:${ILLUMINATE_VERSION}" --no-update
php:
- 7.2
- 7.3
- 7.4

before_script:
- composer update --prefer-source --no-interaction
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"datadog/php-datadogstatsd": "^1.3",
"illuminate/support": "^5.5"
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -23,8 +23,8 @@
}
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0",
"orchestra/testbench": "^3.0",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0",
"mockery/mockery": "^1.2"
},
"extra": {
Expand Down

0 comments on commit 48df47e

Please sign in to comment.