subfission / cas

Simple CAS Authentication for Laravel 5 - 10.
MIT License
151 stars 70 forks source link

Use latest phpcas #95

Closed dstepe closed 2 years ago

dstepe commented 3 years ago

This is the second part of handling the deprecation problem in the apereo/phpcas package. These these change can be tagged as a new release that requires the updated dependency. The version constraint needs to be reevaluated when the phpcas package makes a new release more in keeping with semver. The >= constraint will be a potential problem in the future.

If you choose to use this approach, PR #94 should be merged first and tagged as a patch release, then this one merged and tagged as at least a minor release.