diff --git a/CHANGELOG-7.x.md b/CHANGELOG-7.x.md index ea34464..94d106b 100644 --- a/CHANGELOG-7.x.md +++ b/CHANGELOG-7.x.md @@ -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 diff --git a/README.md b/README.md index d1dbd43..6d211f9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index b4df373..03d4910 100644 --- a/composer.json +++ b/composer.json @@ -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": {