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
Use Version::id() instead of Version::series() to check extension compatibility
Version::id() returns X.Y.Z for release versions, which can be passed
directly to PharIo\Version\Version.
For unreleased versions, Version::id() returns X.Y.Z-n-hash (release
branch) or X.Y-hash (main branch), which cannot be passed directly to
PharIo\Version\Version.
X.Y.Z-n-hash is passed to PharIo\Version\Version as X.Y.Z and X.Y-hash
is passed to PharIo\Version\Version as X.Y.0.
0 commit comments