ash-jc-allen / short-url

A Laravel package for creating shortened URLs for your web apps.
MIT License
1.27k stars 161 forks source link

Switch user agent packages #256

Closed ash-jc-allen closed 6 months ago

ash-jc-allen commented 6 months ago

This PR removes the jenssegers/agent package (which doesn't appear to be updated as much anymore) and switches over to the whichbrowser/parser package instead.

There is a breaking change here because we're no longer accepting an Agent argument for the Resolver class' constructor.