This PR prepares the Laravel 11 support of this package. Although Laravel 11 hasn't been released yet, some package maintainers (like myself :slightly_smiling_face:) have already been preparing for the upcoming Laravel 11 release.
Some of the packages and apps I maintain depend on this package. Having this PR merged will help me and others keep testing with the soon-to-be-released Laravel 11 version.
How
The changes should stay on the master branch
No need to tag 11.0.0 yet
Using composer's branch alias feature, dependents can request the pre-release 11.x version of this package
PHP 8.1 support has been dropped to be in sync with Laravel 11 requirements
Rationale
This PR prepares the Laravel 11 support of this package. Although Laravel 11 hasn't been released yet, some package maintainers (like myself :slightly_smiling_face:) have already been preparing for the upcoming Laravel 11 release.
Some of the packages and apps I maintain depend on this package. Having this PR merged will help me and others keep testing with the soon-to-be-released Laravel 11 version.
How
11.0.0
yet11.x
version of this packageCheers!