Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 16, 2024
1 parent 762f70e commit 36679de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Released: 2024-12-01

### Changes

* Update minimum support for Testbench v7.48.0+. ([v7.47.0...v7.48.0](https://github.com/orchestral/testbench/compare/v7.47.0...v7.48.0))
* Update minimum support for Testbench Core v7.49.0+. ([v7.48.0...v7.49.0](https://github.com/orchestral/testbench/compare/v7.48.0...v7.49.0))
* Change `Orchestra\Testbench\Dusk\Bootstrap\LoadConfiguration` class to extends `Orchestra\Testbench\Bootstrap\LoadConfiguration`.
* Refactor `Orchestra\Testbench\Dusk\Console\Commander` based on Testbench Core.
* Add multiple environment variables to Laravel 9 skeleton's configuration files based on changes made for Laravel 11.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"laravel/dusk": "^7.13",
"laravel/serializable-closure": "^1.3",
"orchestra/dusk-updater": "^1.10 || ^2.6",
"orchestra/testbench": "^7.48",
"orchestra/testbench": "^7.49",
"orchestra/testbench-core": "^7.50",
"php-webdriver/webdriver": "^1.9",
"symfony/polyfill-php83": "^1.31"
Expand Down

0 comments on commit 36679de

Please sign in to comment.