Skip to content

Commit

Permalink
Merge pull request #2 from alexmanase/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
stevebauman authored Aug 29, 2023
2 parents 8f19c36 + 15cda42 commit 901c6c7
Show file tree
Hide file tree
Showing 3 changed files with 2,495 additions and 1,334 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel Husk

Larvel Husk is a thin and light scaffolded Laravel Dusk environment.
Laravel Husk is a thin and light scaffolded Laravel Dusk environment.

It allows you to test your JavaScript applications with PHP using [Pest](https://pestphp.com), without having to scaffold an entire Laravel application.

Expand Down
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,19 @@
},
"require": {
"php": "^8.0",
"laravel-zero/framework": "^9.0",
"nunomaduro/laravel-console-dusk": "^1.10",
"nunomaduro/termwind": "^1.3"
"laravel-zero/framework": "^10.0",
"nunomaduro/laravel-console-dusk": "^1.11",
"nunomaduro/termwind": "^1.15"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/dusk": "^6.22",
"mockery/mockery": "^1.4.4",
"pestphp/pest": "^1.21.1"
"fakerphp/faker": "^1.23",
"laravel/dusk": "^7.9",
"mockery/mockery": "^1.6.6",
"pestphp/pest": "^2.16"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev"
}
}
Loading

0 comments on commit 901c6c7

Please sign in to comment.