-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drop php <8.2 version support #314
base: 1.6.x
Are you sure you want to change the base?
Conversation
When did we agreed on that strategy? :)
WDYT? |
Nothing is happening in 1.5.x at the moment, we are just following the latest php versions. This may remain the same, 1.5.x may be the recommended stable version. |
I forgot to write that I want to keep the interoperability between 1.5 and 1.6. Anyone using 1.5 under 8.2 should be able to switch to 1.6 at any time without any regression and without doing anything. |
IMHO running behind the current Symfony is useless. The Symfony industry release a new major version faster than sf1 release a patch version. Do you know the fable of the hare and the turtle? But why not, without trying we can reach nothing. It is easier to migrate from Symfony 2.8 to 6.4, Symfony 2.8 support PHP 5.3. |
@connorhu I see now that a PR was merged into the 1.6.x branch but not into the main one. I would suggest the following
Over Mastodon I got what you meant with the SF7 components and I see your aim, but that direction IMO should not be a new min release of SF1, but rather a "next-generation" SF1. Would it be possible to keep your aim, but have a I would keep this 1.5.x release train to aim at:
WDYT? |
@alquerci upgrading from SF1 to SF2 is impossible, what is doable is to wrap a SF1 application into a SF5|SF6|SF7 application (I am saying that by direct experience) → should we move this topic under a discussion? wdyt? |
Yes, I have the same thinking in mind. Like I said on #201 (comment) |
@thePanz master is the default branch. That fork was a mistake by the guy who made the fork. And I didn't think it would occur to anybody not to fork from the default. My problem with the next-gen idea is that I can't see what happens when it's "done". What version it get. Since we are stuck between 1.x and 2.x, we don't have much leeway if we don't want to rename the project. |
Currently, ^1.5-dev installs 1.6.x-dev - Should we delete the branch as we are planning to stick to ^7.4 || ^8.1 for the moment? |
@thirsch Instead of master, we could also switch to the version branch in the 1.5.x branch. But we can delete it. :( |
1.6.x will drop the old php versions. This will help us to use modern symfony components. 1.5.x will continue support legacy php versions.