From b9c368a9c3146a9b4b7b387bbd4fba4c80b8e3b7 Mon Sep 17 00:00:00 2001 From: Jonas Drieghe Date: Mon, 10 Jan 2022 20:58:42 +0100 Subject: [PATCH] Use new url for semver testing tool (#10449) semver.mwl.be returns a permanent redirect to semver.madewithlove.com --- doc/articles/versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/versions.md b/doc/articles/versions.md index 4fd1f40b9..81ed0cddf 100644 --- a/doc/articles/versions.md +++ b/doc/articles/versions.md @@ -242,7 +242,7 @@ section of the [schema page](../04-schema.md#minimum-stability). ## Testing Version Constraints -You can test version constraints using [semver.mwl.be](https://semver.mwl.be). +You can test version constraints using [semver.madewithlove.com](https://semver.madewithlove.com). Fill in a package name and it will autofill the default version constraint which Composer would add to your `composer.json` file. You can adjust the version constraint and the tool will highlight all releases that match.