Skip to content

Fix lowest deps requirements #12969

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

Closed
wants to merge 1 commit into from

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 -

Lowest requirements in composer.json files need to be fixed.
This has been verified using #12542 (see https://travis-ci.org/symfony/symfony/jobs/43922837)

@@ -19,7 +19,7 @@
"php": ">=5.3.3"
},
"require-dev": {
"symfony/config": "~2.0",
"symfony/config": "~2.3,>=2.3.12",
Copy link
Contributor

Choose a reason for hiding this comment

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

A correct constraint is:

"symfony/config": "2.3.*,>=2.3.12|~2.4,>=2.4.3"

Copy link
Member Author

Choose a reason for hiding this comment

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

You're right, but enforcing this in the future would require testing all intermediate versions. This would be great, but let start with something. These updated requirements are a step forward.

@nicolas-grekas
Copy link
Member Author

Closed by #12542

@nicolas-grekas nicolas-grekas deleted the fix-reqs branch December 15, 2014 11:21
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.

2 participants