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
The fact that developers could use multiple different PHP versions for the same PM version is the major cause of a lot of supply chain complications like this one. Ever considered officially locking to stable PHP minor (e.g. 8.0) for stable PM releases and latest supported PHP minor (e.g. 8.2) for alpha/beta releases?
In the future, it's possible that different minor versions might require different PHP versions (e.g. 4.21.0 requires PHP 8.1).
While this hasn't been a problem so far, it could become an issue in the future.
The text was updated successfully, but these errors were encountered: