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.
This PR removes the
jenssegers/agent
package (which doesn't appear to be updated as much anymore) and switches over to thewhichbrowser/parser
package instead.There is a breaking change here because we're no longer accepting an
Agent
argument for theResolver
class' constructor.