Skip to content

Commit

Permalink
fix: Support Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
morrislaptop committed Apr 2, 2020
1 parent 6aa274b commit 98d8370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"require": {
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "5.7.* || 5.8.* || ^6.0",
"illuminate/support": "5.7.* || 5.8.* || ^6.0 || ^7.0",
"ramsey/uuid": "^3.8",
"rxnet/eventstore-client": "^3.0.2"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^5.1",
"phpunit/phpunit": "^8.0",
"timacdonald/log-fake": "^1.4"
},
Expand Down

0 comments on commit 98d8370

Please sign in to comment.