Answer the question
In order to leave comments, you need to log in
Why do you need Composer semver?
I already know what semver is. The question is what this plugin can do, i.e. what is it for? It’s a pity there is no Russian documentation, but I can’t imagine for what purpose it was necessary to create this package. How can I use composer/semver with composer?
Answer the question
In order to leave comments, you need to log in
https://jsfiddle.net/ouodkeLn/93/
or so
https://jsfiddle.net/ouodkeLn/96/
or so
https://jsfiddle.net/ouodkeLn/99/
.button {
...
position: relative;
}
.button:after {
content: '';
width: 100vw;
height: 1px;
position: absolute;
bottom: 0;
left: 0;
background: red;
}
<div class="button-wrap">
<button>Lorem ipsum.</button>
</div>
.button-wrap{
border-bottom: 1px solid red;
}
.button-wrap button{
...
margin-bottom: -1px;
}
The repository page says what this library does.
https://github.com/composer/semver
Semver library that offers utilities, version constraint parsing and validation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question