Skip to content

Commit

Permalink
Merge branch 'develop' 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 Aug 2, 2023
2 parents bcd2aa9 + f3f5841 commit ea1ba98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 8.5.12

Released: 2023-08-01

### Changes

* Support Laravel Framework `10.17`.

## 8.5.11

Released: 2023-07-25
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.14.0 <10.17.0 || 10.x-dev",
"laravel/framework": ">=10.17.0 <10.18.0 || 10.x-dev",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": ">=8.5.7 <8.6.0 || 8.x-dev",
"orchestra/testbench-core": "8.x-dev",
"phpunit/phpunit": "^9.6 || ^10.1",
"spatie/laravel-ray": "^1.32.4",
"symfony/process": "^6.2",
Expand Down

0 comments on commit ea1ba98

Please sign in to comment.