Skip to content

Commit

Permalink
Support Laravel 7.0 (#32)
Browse files Browse the repository at this point in the history
* Support Laravel 7.0

* Updated phpunit version

* Updated mockery version

* Use double pipe

* Update testbench version
  • Loading branch information
maartenvw committed Mar 7, 2020
1 parent 3e19ef6 commit 68fa3fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -21,16 +21,16 @@
"php": "^7.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"illuminate/notifications": "^6.0",
"illuminate/support": "^6.0",
"illuminate/queue": "^6.0",
"illuminate/console": "^6.0",
"illuminate/notifications": "^6.0 || ^7.0",
"illuminate/support": "^6.0 || ^7.0",
"illuminate/queue": "^6.0 || ^7.0",
"illuminate/console": "^6.0 || ^7.0",
"textalk/websocket": "^1.2"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
"mockery/mockery": "^1.3",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 68fa3fe

Please sign in to comment.