Skip to content

Commit

Permalink
fix: support laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jsawo authored and Craig Morris committed Sep 13, 2019
1 parent 4ac622c commit a50cfeb
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.*",
"illuminate/support": "5.7.* || ^6.0",
"ramsey/uuid": "^3.8",
"rxnet/eventstore-client": "^3.0.2"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit a50cfeb

Please sign in to comment.