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
As described in #310 (comment), currently we can only support one exact php version at the time. This is already causing conflicts between php8.0 and php8.1 function signatures.
As described in #310 (comment), currently we can only support one exact php version at the time. This is already causing conflicts between php8.0 and php8.1 function signatures.
To solve this, a few things need to happen:
Once the above tasks are achieved, we can expand the php version requirement of this package to anything we have a delta for.
The text was updated successfully, but these errors were encountered: