You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require moontoast/math on 64-bit platforms for Uuid::getLeastSignificantBits() and Uuid::getMostSignificantBits(); the
integers returned by these methods are unsigned 64-bit integers and
unsupported even on 64-bit builds of PHP
Move UnsupportedOperationException to the Exception subnamespace