Skip to content
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

Require components that no longer ship with Symfony FrameworkBundle 3.2 #832

Merged
merged 3 commits into from
Dec 5, 2016
Merged

Require components that no longer ship with Symfony FrameworkBundle 3.2 #832

merged 3 commits into from
Dec 5, 2016

Conversation

rpkamp
Copy link
Contributor

@rpkamp rpkamp commented Dec 4, 2016

Symfony 3.2 FrameworkBundle no longer requires symfony/asset, symfony/templating and symfony/translation anymore, causing several tests to fail. By requiring them explicitly the tests no longer fail.

Additionaly, this PR makes symfony 3.2 required for Travis, since symfony 3.2 is final now, and also adds PHP 7.1 to the test matrix, since that is final now as well.

This PR is an alternative to #831, which marks the tests with missing dependencies as skipped.

@robfrawley
Copy link
Collaborator

I prefer this approach to #831 - @lsmith77 @antoligy : any opinions as to which PR direction you'd prefer?

@alexwilson
Copy link
Collaborator

I'm pretty happy with this, it addresses my concerns with #832 pretty neatly!

@lsmith77
Copy link
Contributor

lsmith77 commented Dec 5, 2016

👍

1 similar comment
@cedricziel
Copy link
Collaborator

👍

@alexwilson alexwilson merged commit 88e542c into liip:1.0 Dec 5, 2016
@rpkamp rpkamp deleted the update-for-symfony-3.2 branch December 5, 2016 11:41
@alexwilson
Copy link
Collaborator

Merged and rebased into 2.0, thanks for the contribution @rpkamp!

@robfrawley, I performed an interactive rebase against 1.0, lemme know if there are any issues with the way I've done it so we can course-correct!

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

Successfully merging this pull request may close these issues.

5 participants