8000 [Security] Clean deps by nicolas-grekas · Pull Request #16440 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[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

Merged
merged 1 commit into from
Nov 3, 2015
Merged

Conversation

nicolas-grekas
Copy link
Member
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.

"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"
Copy link
Member

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

Copy link
Member Author

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...

Copy link
Member Author

Choose a reason for hiding this comment

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

"doctrine/common": "~2.2",
"doctrine/dbal": "~2.2",
"psr/log": "~1.0",
"symfony/validator": "~2.5,>=2.5.9|~3.0.0",
Copy link
Member Author

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

Copy link
Member

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 ?

Copy link
Member Author

Choose a reason for hiding this comment

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

true, see #16441

@nicolas-grekas
Copy link
Member Author

@stof PR updated see #16441

@stof
Copy link
Member
stof commented Nov 3, 2015

👍

@nicolas-grekas nicolas-grekas merged commit ae072b7 into symfony:2.8 Nov 3, 2015
nicolas-grekas added a commit that referenced this pull request Nov 3, 2015
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
@nicolas-grekas nicolas-grekas deleted the clean-deps branch November 5, 2015 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0