Skip to content

Commit

Permalink
Release 7.48.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 15, 2024
1 parent 8590595 commit 4c158c3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ Released: 2024-12-01

### Changes

* Update minimum support for Testbench Core v7.50.0+. ([v7.49.0...v7.50.0](https://github.com/orchestral/testbench-core/compare/v7.49.0...v7.50.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.

## 7.48.0

Released: 2024-12-01

### Changes

* Update minimum support for Testbench Core v7.49.0+. ([v7.48.0...v7.49.0](https://github.com/orchestral/testbench-core/compare/v7.48.0...v7.49.0))

#### Testbench Changes
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"fakerphp/faker": "^1.21",
"laravel/framework": "^9.52.18",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^7.49",
"orchestra/workbench": "^7.13",
"orchestra/testbench-core": "^7.50",
"orchestra/workbench": "^7.15",
"phpunit/phpunit": "^9.5.10",
"symfony/process": "^6.0.9",
"symfony/yaml": "^6.0.9",
Expand Down

0 comments on commit 4c158c3

Please sign in to comment.