Git Product home page Git Product logo

Comments (3)

ajgarlag avatar ajgarlag commented on June 1, 2024 1

My opinion is that the latest bundle version should always support the latest Symfony LTS version (if it does not depends on any new Symfony feature).

As you can see in #82, the current code is fully compatible with Symfony 4.4 without any change, so I propose to maintain two branches:

  • 3.x to support at least from previous Symfony LTS (3.4) to the latest Symfony LTS (4.4) in bugfix-only mode.
  • master to support at least from latest Symfony LTS (4.4) to current Symfony Version (5.x). This branch should receive bugfix and new features.

With this schema, if you consider that any new feature introduced in the master branch can be easily backported to 3.x and is going to be useful for bundle users, you can backport it.

from flagception-bundle.

migo315 avatar migo315 commented on June 1, 2024

The problem was that we could not get support for Symfony 4 and Symfony 5 in one branch. Therefore we have the 3.x branch (and 3.x version) for everything up to Symfony 4.4 and the master branch for everything from Symfony 5 on.

The "future" is actually Symfony 5 and coming versions. So it fits that the master is focused on this version.

Since we cannot currently maintain both versions in one branch, we will have to merge new features into both branches and create a 3.x and a 4.x version. I will do this for the master in the coming days.

If we use the master for everything up to 4.4, then we have to create a 5.x branch for Symfony 5. This would not solve the problem. We would still have to merge new features into both branches. Or do you see any other solution?

from flagception-bundle.

migo315 avatar migo315 commented on June 1, 2024

That sounds good. I will check your PR today.

from flagception-bundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.