Skip to content

Commit

Permalink
🔖 Release 9.10.0
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 10, 2024
1 parent b8d1b39 commit 712fa9a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG-9.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/workbench`.

## 9.10.0

Released: 2024-12-10

### Added

* Add `sync-skeleton` and `purge-skeleton` recipe for `workbench:build` command.
* Set default `laravel` configuration to either `@testbench` or `@testbench-dusk`
* Added following classes to interacts with Composer:
- `Orchestra\Workbench\Actions\DumpComposerAutoloads`
- `Orchestra\Workbench\Actions\ModifyComposer`

### Changes

* `workbench:install` should suggest creating `.env.dusk` equivalent file when `orchestra/testbench-dusk` is installed.
* Refactor `workbench:install` and add feature tests.

### Removed

* Remove `Orchestra\Workbench\Composer`.

## 9.9.0

Released: 2024-12-01
Expand Down

0 comments on commit 712fa9a

Please sign in to comment.