serbanghita / Mobile-Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
http://mobiledetect.net
MIT License
10.52k stars 2.67k forks source link

[bug] breaking change pushed as patch #947

Closed KumaVolt closed 10 months ago

KumaVolt commented 10 months ago

Describe the bug The PHP version composer requirements has been changed from '>= 5.6.*' to 5.6.0.

Breaking change introduced as patch in version: 2.8.42

commit reference: https://github.com/serbanghita/Mobile-Detect/commit/091c628c164f920dedd512b3100bf485b9371c6b

KumaVolt commented 10 months ago

Issue has been reflected to laravel/jetstream package

serbanghita commented 10 months ago

@KumaVolt thank you, I am reverting in the next minor version. Indeed this was a breaking change that I completely overlooked 🙇

serbanghita commented 10 months ago

Done in https://github.com/serbanghita/Mobile-Detect/releases/tag/2.8.43