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

Commit

Permalink
Support for Laravel Dusk 7 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Baljet <[email protected]>
  • Loading branch information
ramonmalcolm10 and pascalbaljet authored Feb 21, 2023
1 parent 6c15222 commit 5d78bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"require": {
"php": "^8.1|^8.2",
"illuminate/support": "^9.0|^10.0",
"laravel/dusk": "^6.15"
"laravel/dusk": "^6.15|^7.0",
"nesbot/carbon": "^2.66"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
Expand Down

0 comments on commit 5d78bdb

Please sign in to comment.