-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix - package broken due to dependecy code change #208
Conversation
A temporary solution for those affected would be sticking mobiledetect/mobiledetectlib to version 2.8.41 composer require mobiledetect/mobiledetectlib 2.8.41 |
Long explanation This code prints "1" with mobiledetect 2.8.43, and "" with 2.8.41
This is due to a change in mobiledetect, that instead of using an internal list of mobile operating systems, uses the function getOperatingSystems().
This function is overriden by jenssegers/agent, which adds a few more operating systems
These additionalOperatingSystems on jenssen are not mobile ones.
|
The same issue also exists for the The For this package:
This package hasn't seen maintenance since 2021 so a community initiative is likely needed. |
today: I'm reverting the change in Mobile Detect, will keep you posted. |
@serbanghita Thank you very much, this is really appreciated. |
Should be fixed without intervention to |
Thanks again @serbanghita , I'm closing this pull request |
Hi.
Surely due to this change
serbanghita/Mobile-Detect@ba9281b
the package is broken as we add to "getOperatingSystems" a list of not really mobile ones.
Hope this helps.
cc #207