Added
- Laravel 13 support:
laravel/frameworkconstraint now accepts^13.0. Tested against Laravel 13.11.2. - Orchestra Testbench 11:
orchestra/testbenchconstraint accepts^11.0(Testbench 11.1.0 verified). - Pest 4 support:
pestphp/pest,pestphp/pest-plugin-arch, andpestphp/pest-plugin-laravelnow accept^4.0(required to run the test suite on Laravel 13).
Compatibility note
Laravel 13 itself requires PHP ^8.3, but this package's php constraint stays at ^8.2 so PHP 8.2 users will continue to receive Laravel 10–12 via Composer's resolver. Existing Laravel 10/11/12 installs are unaffected.
Verified: 37/37 tests pass against Laravel 13.11.2 + Testbench 11.1.0 + Pest 4.7.0.
Full Changelog: v1.5.2...v1.6.0