laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
508 stars 75 forks source link

[develop] Adds PHPUnit 11 support #175

Closed nunomaduro closed 8 months ago

nunomaduro commented 8 months ago

This pull request introduces support for PHPUnit 11, similar to what we did in https://github.com/laravel/framework/pull/49622. However, it needs dropping support for PHP 8.1. In my own packages, I don't view dropping a PHP version as a breaking change, since customers using PHP 8.1 won't receive the next minor version anyway. However, @driesvints, please share your thoughts! If you believe this should be a major version, we'll need to merge this into the develop branch and then merge develop into master.

driesvints commented 8 months ago

Dropping a PHP version on a minor release is fine 👍