v7.2.4 - 2025-02-11
- Supports PHPUnit 12.0 by @crynobone in #185
v7.2.3 - 2025-01-26
- Supports Laravel 12 by @crynobone in #184
v7.2.2 - 2024-11-21
- [7.x] Supports PHP 8.4 by @crynobone in #182
v7.2.1 - 2024-10-29
- Replace dead link in Security Policy by @Jubeki in #181
- Add BackedEnum for route names by @parijke in #183
v7.2.0 - 2024-02-09
- Supports Paratests and Fixes PHPUnit 11 Supports by @crynobone in #179
v7.1.1 - 2024-01-22
- [7.x] Fixes
inferBasePath
method name by @nunomaduro in #177
v7.1.0 - 2024-01-12
- [7.x] Laravel v11 support by @nunomaduro in #176
v7.0.0 - 2023-02-14
- PHPUnit v10 Support by @driesvints in #169
- Drop old PHP and Laravel versions by @driesvints in #168
v6.4.0 - 2023-01-06
- Laravel v10 Support by @driesvints in #166
v6.3.1 - 2022-04-13
- Fix withoutMiddleware docblock by @bytestream in #164
- Laravel 9 Support (#162)
- Fix seeJson with null data (#160)
- Add missing import for CookieValuePrefix (#148)
- PHP 8 Support (#146)
- Support Laravel 8 (#140)
- Allow PHPUnit 9 (#121)
- Bumped minimum dependencies to Laravel 7.0 (#111)
- Dropped support for PHP 7.1 (d0152a0)
- Dropped support for PHPUnit 7.x
- Keep cookies between redirects (#107)
- Utilise
illuminate/testing
(#126)
- Remove deprecated
seeJsonSubset
method (#116)
- PHP 8 Support (#147)
- Updated version constraints for Laravel 6.0 (73b18b2)
- Implement abstract
shouldReport
method (#93)
- Fix PHPUnit 8 strict comparison (48a7a39)
- Laravel 5.8 support (d1be15a)
- Provide PHPUnit 8 compatibility (d4f4894)