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

Allow Symfony 5 #2970

Merged
merged 1 commit into from
Oct 23, 2019
Merged

Allow Symfony 5 #2970

merged 1 commit into from
Oct 23, 2019

Conversation

nicolas-grekas
Copy link
Contributor

yceruto
yceruto previously approved these changes Oct 22, 2019
@nicolas-grekas
Copy link
Contributor Author

Wait , don't merge yet :)

@yceruto yceruto added this to the 2.x milestone Oct 22, 2019
@nicolas-grekas
Copy link
Contributor Author

PR is green and ready.
It also improves the Travis-CI script.

if (trait_exists(MailerAssertionsTrait::class)) {
$loader->load(function (ContainerBuilder $container) {
$container->loadFromExtension('twig', [
'exception_controller' => null,
Copy link
Collaborator

@yceruto yceruto Oct 23, 2019

Choose a reason for hiding this comment

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

if we can limit this config to 4.4.* strictly, could we remove then this (symfony/symfony#34062) workaround ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think symfony/symfony#34062 is important on its own. The less painful the upgrade path the better!

Copy link
Collaborator

@javiereguiluz javiereguiluz left a comment

Choose a reason for hiding this comment

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

This looks great! Nicolas, thanks a lot for working on this 🙏 It was on my TODO list but I couldn't find time for it yet. Thanks to Yonel too for reviewing!

javiereguiluz added a commit that referenced this pull request Oct 23, 2019
This PR was merged into the 2.x branch.

Discussion
----------

Allow Symfony 5

Related to doctrine/DoctrineFixturesBundle#297

Commits
-------

32b8917 Allow Symfony 5
@javiereguiluz javiereguiluz merged commit 32b8917 into EasyCorp:2.x Oct 23, 2019
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.

4 participants