-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Enhancement: Implement VersionConstraintNormalizer #18
Conversation
5b21027
to
cd2bd9e
Compare
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
=======================================
Coverage 100% 100%
- Complexity 39 47 +8
=======================================
Files 6 7 +1
Lines 131 162 +31
=======================================
+ Hits 131 162 +31
Continue to review full report at Codecov.
|
cd2bd9e
to
e45677e
Compare
Yeah!
Looks good, but maybe we should find official examples on getcomposer.org |
I can't find official example, but I always see something like |
README.md
Outdated
* `require` | ||
* `require-dev` | ||
|
||
sections, the `VersionOrConstraintNormalizer` will ensure that a `||` is |
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.
||
(with spaces around)
e45677e
to
e9c2bdd
Compare
Would you like to take another look? |
45bafad
to
5bb833f
Compare
I incorporated all examples I could find at https://getcomposer.org/doc/articles/versions.md and think of, I think this is good to merge (once the build has passed). |
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
=======================================
Coverage 100% 100%
- Complexity 39 48 +9
=======================================
Files 6 7 +1
Lines 131 163 +32
=======================================
+ Hits 131 163 +32
Continue to review full report at Codecov.
|
5bb833f
to
fcc5ca1
Compare
fcc5ca1
to
0eb0d22
Compare
Sorry for the delay, but it looks great! |
Glad you like it, @soullivaneuh! |
This PR
VersionConstraintNormalizer
Fixes #16.