jenssegers / agent

👮 A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect
https://jenssegers.com
MIT License
4.48k stars 472 forks source link

[FEAT] added support of mobile detect v4.4 and phpunit 10 #212

Open jocelinkisenga opened 6 months ago

jocelinkisenga commented 6 months ago

I updated the composer json to support mobile detect new version, wich is fixed at V4

jeffwhansen commented 3 months ago

can we please get this merged?

emmyhaven commented 2 months ago

@jenssegers

kellerjmrtn commented 3 weeks ago

I don't think simply updating the version is enough here without extra fixes. The package's functionality has changed namespace at the very least, to Detection\MobileDetect. Also looks like they've removed some deprecated stuff, changed method signatures, etc