From c23beac9c508b701bb481d1c5269e7a2a79e0b60 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 17 Mar 2023 14:12:52 +0100 Subject: [PATCH] Fix markdown: Move headline out of quote (#11363) This was caused by > Add note about issue with caret operator in PowerShell (#11351) Related: #11288, #11351 --- doc/articles/versions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/versions.md b/doc/articles/versions.md index c5fb9aba6..c11f4fc79 100644 --- a/doc/articles/versions.md +++ b/doc/articles/versions.md @@ -199,6 +199,7 @@ Example: `^1.2.3` > `composer require` command. You have to use four > subsequent caret operators, e.g. `^^^^1.2.3`, to ensure the caret operator gets > passed to Composer correctly. + ## Stability Constraints If you are using a constraint that does not explicitly define a stability,