-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Security] Clean deps #16440
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
[Security] Clean deps #16440
Conversation
"symfony/expression-language": "~2.6|~3.0.0", | ||
"symfony/ldap": "~2.8|~3.0.0" | ||
"symfony/ldap": "~2.8|~3.0.0", | ||
"psr/log": "~1.0" |
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 suggest keeping psr/log in the same place to make conflicts a bit less likely when merging branches
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.
there is already a conflict in both cases (2.7 -> 2.8 and 2.8 -> master) that we have to resolve everytime so this change won't enhance nor degrade anything here...
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.
oh, and it's already at the last position in master:
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Security/composer.json#L44
620c1e9
to
87b7b2c
Compare
"doctrine/common": "~2.2", | ||
"doctrine/dbal": "~2.2", | ||
"psr/log": "~1.0", | ||
"symfony/validator": "~2.5,>=2.5.9|~3.0.0", |
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.
2.5.9 is the version where lowest deps where fixed for symfony/validator
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.
shouldn't it be fixed in older branches too then ?
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.
true, see #16441
87b7b2c
to
c2b3b0a
Compare
c2b3b0a
to
ae072b7
Compare
👍 |
This PR was merged into the 2.8 branch. Discussion ---------- [Security] Clean deps | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - This follows the split of security-acl. Commits ------- ae072b7 [Security] Clean deps
This follows the split of security-acl.