Skip to content

Commit

Permalink
Merge pull request #7 from jshayes/change/support-laravel-5.8
Browse files Browse the repository at this point in the history
Support Laravel 5.8
  • Loading branch information
Justin Hayes authored Mar 12, 2019
2 parents 02085a1 + 6a97cf7 commit 6b9401e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4,146 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/vendor
/node_modules
.phpunit.result.cache
composer.lock
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
language: php

php:
- 7.1
matrix:
include:
- php: 7.1
env: ILLUMINATE_VERSION=5.7.*
- php: 7.1
env: ILLUMINATE_VERSION=5.8.*
- php: 7.2
env: ILLUMINATE_VERSION=5.7.*
- php: 7.2
env: ILLUMINATE_VERSION=5.8.*
- php: 7.3
env: ILLUMINATE_VERSION=5.7.*
- php: 7.3
env: ILLUMINATE_VERSION=5.8.*

script:
- composer install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "^5.4",
"phpunit/phpunit": "~6.0|~7.0"
"phpunit/phpunit": "~6.0|~7.0|~8.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0",
Expand Down
Loading

0 comments on commit 6b9401e

Please sign in to comment.