Skip to content

Commit

Permalink
Merge pull request #1 from big-picture-medical/chore/update-laravel-dusk
Browse files Browse the repository at this point in the history
Update Laravel dusk to support laravel 10 release
  • Loading branch information
hisop committed Jun 27, 2023
2 parents 55abfa7 + 953802b commit ff92779
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -4,7 +4,11 @@
"license": "MIT",
"require": {
"php": "^7.2|^8.0",
"laravel/dusk": "^6.14"
"laravel/dusk": "7.7"
}
,
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
Expand All @@ -24,4 +28,3 @@
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit ff92779

Please sign in to comment.