Skip to content

Commit

Permalink
Prepare 7.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Feb 23, 2022
1 parent c4ae0de commit cae834e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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.1.0

Released: 2022-02-23

### Changes

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

## 7.0.0

Released: 2022-02-08
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BrowserKit Testbench Component is a simple package that is supposed to help you
6.x | 4.x
7.x | 5.x
8.x | 6.x
9.x | 7.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^8.0",
"laravel/browser-kit-testing": "^6.3",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.1",
"symfony/dom-crawler": "^5.4 || ^6.0"
},
"extra": {
Expand Down

0 comments on commit cae834e

Please sign in to comment.