We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da83d29 commit cc25682Copy full SHA for cc25682
doc/01-basic-usage.md
@@ -59,7 +59,7 @@ you to require certain versions of server software. See
59
### Package version constraints
60
61
In our example, we are requesting the Monolog package with the version constraint
62
-[`2.0.*`](https://semver.mwl.be/#?package=monolog%2Fmonolog&version=2.0.*).
+[`2.0.*`](https://semver.madewithlove.com/?package=monolog%2Fmonolog&constraint=2.0.*).
63
This means any version in the `2.0` development branch, or any version that is
64
greater than or equal to 2.0 and less than 2.1 (`>=2.0 <2.1`).
65
0 commit comments