Skip to content

Commit 68fa3fe

Browse files
authored
Support Laravel 7.0 (#32)
* Support Laravel 7.0 * Updated phpunit version * Updated mockery version * Use double pipe * Update testbench version
1 parent 3e19ef6 commit 68fa3fe

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
env:
89
matrix:

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"php": "^7.2",
2222
"ext-json": "*",
2323
"guzzlehttp/guzzle": "^6.3",
24-
"illuminate/notifications": "^6.0",
25-
"illuminate/support": "^6.0",
26-
"illuminate/queue": "^6.0",
27-
"illuminate/console": "^6.0",
24+
"illuminate/notifications": "^6.0 || ^7.0",
25+
"illuminate/support": "^6.0 || ^7.0",
26+
"illuminate/queue": "^6.0 || ^7.0",
27+
"illuminate/console": "^6.0 || ^7.0",
2828
"textalk/websocket": "^1.2"
2929
},
3030
"require-dev": {
31-
"mockery/mockery": "^1.0",
32-
"orchestra/testbench": "^4.0",
33-
"phpunit/phpunit": "^8.0"
31+
"mockery/mockery": "^1.3",
32+
"orchestra/testbench": "^5.0",
33+
"phpunit/phpunit": "^8.5"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)