Skip to content

Commit

Permalink
Merge branch '8.x' into 9.x
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
2 parents 0f2713b + 7d88d76 commit 178eff9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 8.30.0

Released: 2024-12-16

### Changes

* Update minimum support for Testbench Core v8.31.0+. ([v8.30.0...v8.31.0](https://github.com/orchestral/testbench-core/compare/v8.30.0...v8.31.0))

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\transform_realpath_to_relative()` function.
* Override Laravel's `vendor:publish` command.

##### Changes

* Add `$force` parameter to `Orchestra\Testbench\Workbench\Workbench::detectNamespace()` method.

## 8.29.0

Released: 2024-12-01
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"fakerphp/faker": "^1.23",
"laravel/framework": "^11.35.0",
"mockery/mockery": "^1.6.10",
"orchestra/testbench-core": "^9.7.2",
"orchestra/workbench": "^9.9",
"orchestra/testbench-core": "^9.8",
"orchestra/workbench": "^9.11",
"phpunit/phpunit": "^10.5.35 || ^11.3.6",
"symfony/process": "^7.0.3",
"symfony/yaml": "^7.0.3",
Expand Down

0 comments on commit 178eff9

Please sign in to comment.