Skip to content

Commit

Permalink
Prepare 7.48.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 18, 2024
1 parent f179f86 commit ee0cf5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 7.48.0

Released: 2024-11-18

### Added

* Added `Orchestra\Testbench\Foundation\Bootstrap\DeleteVendorSymlink` class.
* Added `Orchestra\Testbench\Concerns\InteractsWithMockery` trait.
* Added `--database` option to `package:create-sqlite-db` command.
* Added `--database` and `--all` options to `package:drop-sqlite-db` command.
* Added `Orchestra\Testbench\php_binary()` function.
* Added support for PHP 8.3.

### Changes

* Change `resolveApplicationResolvingCallback()` method visibility from `private` to `protected`.

## 7.47.4

Released: 2024-10-25
Expand Down

0 comments on commit ee0cf5f

Please sign in to comment.