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 I understand, this would be a branch available via Composer like the -dev branch, but would not have any 'releases'. Or could it have automatic mirrored releases, with some kind of suffix (like there is -alpha and -beta - though I'm not sure what suffix we should choose for these, or if there is a precedent set by other projects)? People would then be able to use it via Composer in situations where the upper PHP version limit is restrictive in ways we haven't foreseen.
@mvorisek, thanks for sharing your experience; useful feedback and good to know. Feel free to further comment on #1210 there.
I maintain several large php projects and the simplest and most powefull solution is to not drop older PHP versions support too early. The PHP changes needed between PHP 7.4 and PHP 8.0 are minimal. The only limitation is how early a new PHP features can be uses, but they are mostly syntactical sugars...
Also automatically rebase it from
main
.The text was updated successfully, but these errors were encountered: