S
S
solascriptura2017-04-30 19:47:37
css
solascriptura, 2017-04-30 19:47:37

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

5 answer(s)
B
boga-net, 2018-06-06
@obl

https://jsfiddle.net/ouodkeLn/93/
or so
https://jsfiddle.net/ouodkeLn/96/
or so
https://jsfiddle.net/ouodkeLn/99/

D
Dymok, 2018-06-06
@UnluckySerivelha

.button {
  ...
  position: relative;
}

.button:after {
  content: '';
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: red;
}

Y
YuraArt, 2018-06-06
@YuraArt

<div class="button-wrap">
    <button>Lorem ipsum.</button>
</div>

.button-wrap{
    border-bottom: 1px solid red;
}
.button-wrap button{
    ...
    margin-bottom: -1px;
}

D
DmitriySwan, 2018-06-06
@DmitriySwan

https://jsfiddle.net/6Lgm08kn/

A
Alexey Skobkin, 2017-04-30
@skobkin

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 question

Ask a Question

731 491 924 answers to any question