Skip to content

Commit

Permalink
wip
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 4, 2023
1 parent cb82421 commit 509a675
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-7.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-browser-kit`.

## 7.15.0

Released: 2023-08-29

### Changes

* Update minimum support for Testbench v7.36.0+. ([v7.30.0...v7.36.0](https://github.com/orchestral/testbench/compare/v7.30.0...v7.36.0))

## 7.14.0

Released: 2023-08-29
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^8.1",
"laravel/browser-kit-testing": "^6.4 || ^7.0",
"orchestra/testbench": "^8.15",
"orchestra/testbench": "^8.16",
"symfony/dom-crawler": "^6.2"
},
"require-dev": {
Expand Down Expand Up @@ -52,6 +52,5 @@
"config": {
"sort-packages": true
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "stable"
}

0 comments on commit 509a675

Please sign in to comment.