Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

removed support for Symfony 2.7 in Silex 2.0 #1338

Merged
merged 1 commit into from May 3, 2016

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented May 3, 2016

As 2.8 is a LTS and compatible with 3.0, it's going to be much easier to maintain both the code and the documentation for Silex 2.0 if we drop support for Symfony 2.7.

@fabpot fabpot merged commit 155cb75 into silexphp:master May 3, 2016
fabpot added a commit that referenced this pull request May 3, 2016
This PR was merged into the 2.0.x-dev branch.

Discussion
----------

removed support for Symfony 2.7 in Silex 2.0

As 2.8 is a LTS and compatible with 3.0, it's going to be much easier to maintain both the code and the documentation for Silex 2.0 if we drop support for Symfony 2.7.

Commits
-------

155cb75 removed support for Symfony 2.7
"symfony/http-foundation": "~2.7|3.0.*",
"symfony/http-kernel": "~2.7|3.0.*",
"symfony/routing": "~2.7|3.0.*"
"symfony/event-dispatcher": "~2.8|3.0.*",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not ~3.0, relying on the Symfony BC promise ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants