Skip to content

Commit

Permalink
Merge branch '7.x' into 8.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 71b16fa + 4d13bbb commit edbd6b3
Show file tree
Hide file tree
Showing 3 changed files with 22 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 @@ -2,6 +2,25 @@

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

## 7.49.0

Released: 2024-12-16

### 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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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


## 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.21",
"laravel/framework": "^10.48.25",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^8.30",
"orchestra/workbench": "^8.13",
"orchestra/testbench-core": "^8.31",
"orchestra/workbench": "^8.15",
"phpunit/phpunit": "^9.6 || ^10.1",
"symfony/process": "^6.2",
"symfony/yaml": "^6.2",
Expand Down

0 comments on commit edbd6b3

Please sign in to comment.