Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Fix deprecated swiftmailer parameter #1039

Merged
merged 1 commit into from
Dec 31, 2016
Merged

Conversation

piotrantosik
Copy link
Contributor

fixed pr #1037 @xabbuh please review

@fabpot
Copy link
Member

fabpot commented Dec 31, 2016

Thank you @piotrantosik.

@fabpot fabpot merged commit 69f3c25 into symfony:2.7 Dec 31, 2016
fabpot added a commit that referenced this pull request Dec 31, 2016
This PR was merged into the 2.7 branch.

Discussion
----------

Fix deprecated swiftmailer parameter

fixed pr #1037 @xabbuh please review

Commits
-------

69f3c25 Fix deprecated swiftmailer parameter
@@ -12,7 +12,7 @@
"doctrine/orm": "^2.4.8",
"doctrine/doctrine-bundle": "~1.4",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3,>=2.3.10",
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 just ~2.3.10?

Copy link
Member

Choose a reason for hiding this comment

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

~2.3.10 would forbid to install 2.4.0, for example, once it got released.

Copy link
Contributor

Choose a reason for hiding this comment

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

@xabbuh Ah, it makes sense. But ^2.3.10 would allow 2.4.0, right?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, that would be equivalent.

Copy link
Contributor

Choose a reason for hiding this comment

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

@xabbuh Thanks and happy New Year! :)

Copy link
Member

Choose a reason for hiding this comment

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

@bocharsky-bw Happy new year for you too! :)

Copy link
Contributor

Choose a reason for hiding this comment

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

Yep I also recommend ^2.3.10 which is nicer :)

Copy link
Member

Choose a reason for hiding this comment

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

done in more recent versions of SE

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

Successfully merging this pull request may close these issues.

5 participants