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

Run tests for PHP 7.4 #177

Closed lucasmichot closed 1 year ago

lucasmichot commented 3 years ago

At the moment, tests do not cover PHP 7.4. This PR fixes that.

jenssegers commented 3 years ago

Looks like the code needs some adjustments to make it proper 7.4 compatible. Are you up for that?