jasonmccreary / laravel-test-assertions

A set of helpful assertions when testing Laravel applications.
321 stars 34 forks source link

Only support latest stable Laravel version #31

Closed jasonmccreary closed 3 years ago

jasonmccreary commented 3 years ago

Support for older versions of Laravel creates a drag on packages. To make maintenance and contributions easier, this package will only support the latest stable Laravel version.

To make a clean break, this change will be reflected by a major version number increase (2.0). However, future major versions will on increase to reflect breaking changes to the API, not simply new Laravel versions.


Closes #30