Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Add support for laravel 5.8 and Dusk 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Feb 28, 2019
1 parent 033366e commit 9ec7c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"cboden/ratchet": "^0.4.1",
"clue/buzz-react": "^2.5",
"guzzlehttp/guzzle": "^6.3",
"illuminate/console": "5.6.*|5.7.*",
"illuminate/support": "5.6.*|5.7.*",
"laravel/dusk": "^4.0",
"illuminate/console": "5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*",
"laravel/dusk": "^4.0|^5.0",
"yosymfony/resource-watcher": "^1.2"
},
"require-dev": {
Expand Down

0 comments on commit 9ec7c69

Please sign in to comment.