-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
more strict requirements of experimental components #34316
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
more strict requirements of experimental components #34316
Conversation
xabbuh
commented
Nov 11, 2019
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | no |
Deprecations? | no |
Tickets | |
License | MIT |
Doc PR |
@@ -79,8 +79,10 @@ | |||
"symfony/mailer": "<4.4", | |||
"symfony/messenger": "<4.4", | |||
"symfony/mime": "<4.4", | |||
"symfony/notifier": ">=5.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We register services for the Notifier component in FrameworkExtension::registerNotifierConfiguration()
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm reverting the conflicts here, they make composer unable to resolve deps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, that's because dev-master branches that conflict rule (see composer/composer#8323 where I suggest we should change it in composer 2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we should re-revert this before the release of Symfony 5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need to. IF there is some conflict to add, we will add it to the components 5.1
Thank you @xabbuh. |
…buh) This PR was merged into the 5.0-dev branch. Discussion ---------- more strict requirements of experimental components | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 23bc40b more strict requirements of experimental components
👍 |
…grekas) This PR was merged into the 5.1-dev branch. Discussion ---------- Relax requirements for experimental components | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Reverts #34316 for 5.1 only. Commits ------- 0c1c4ed Relax requirements for experimental components