Skip to content

Commit

Permalink
wip
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 Apr 18, 2023
1 parent 487c1b9 commit ae4c8a2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 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.5.0

Released: 2023-04-18

### Changes

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

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\after_resolving` helper function.

##### Changes

* Update skeleton to match v10.1.0.
* Bump minimum `laravel/framework` to `10.8.0`.

## 8.4.0

Released: 2023-04-14
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"php": "^8.1",
"composer-runtime-api": "^2.2",
"fakerphp/faker": "^1.21",
"laravel/framework": ">=10.8.0 <10.9.0 || 10.x-dev",
"laravel/framework": ">=10.8.0 <10.9.0",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": ">=8.5.0 <8.6.0 || 8.x-dev",
"orchestra/testbench-core": ">=8.5.0 <8.6.0",
"phpunit/phpunit": "^9.6 || ^10.1",
"spatie/laravel-ray": "^1.32.4",
"symfony/process": "^6.2",
Expand Down
2 changes: 1 addition & 1 deletion core

0 comments on commit ae4c8a2

Please sign in to comment.