Skip to content

Commit

Permalink
Merge 8251b9b into ebae939
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon committed Mar 4, 2020
2 parents ebae939 + 8251b9b commit d2fd612
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -10,5 +10,5 @@ checks:

tools:
external_code_coverage:
runs: 5
runs: 6
timeout: 300
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,8 @@ jobs:
env: ILLUMINATE_VERSION=5.8.*
- php: 7.2
env: ILLUMINATE_VERSION=6.*
- php: 7.2
env: ILLUMINATE_VERSION=7.*

before_install:
- composer require illuminate/notifications:"${ILLUMINATE_VERSION}" illuminate/support:"${ILLUMINATE_VERSION}" --no-update
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -15,12 +15,12 @@
"ext-json": "*",
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/psr7": "^1.0",
"illuminate/notifications": "^5.5 || ^6.0",
"illuminate/support": "^5.5 || ^6.0"
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0"
},
"require-dev": {
"illuminate/database": "^5.5 || ^6.0",
"illuminate/queue": "^5.5 || ^6.0",
"illuminate/database": "^5.5 || ^6.0 || ^7.0",
"illuminate/queue": "^5.5 || ^6.0 || ^7.0",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^7.5"
},
Expand Down

0 comments on commit d2fd612

Please sign in to comment.