Fix markdown: Move headline out of quote (#11363)
This was caused by > Add note about issue with caret operator in PowerShell (#11351) Related: #11288, #11351pull/11383/head
parent
3b16937bae
commit
c23beac9c5
|
@ -199,6 +199,7 @@ Example: `^1.2.3`
|
||||||
> `composer require` command. You have to use four
|
> `composer require` command. You have to use four
|
||||||
> subsequent caret operators, e.g. `^^^^1.2.3`, to ensure the caret operator gets
|
> subsequent caret operators, e.g. `^^^^1.2.3`, to ensure the caret operator gets
|
||||||
> passed to Composer correctly.
|
> passed to Composer correctly.
|
||||||
|
|
||||||
## Stability Constraints
|
## Stability Constraints
|
||||||
|
|
||||||
If you are using a constraint that does not explicitly define a stability,
|
If you are using a constraint that does not explicitly define a stability,
|
||||||
|
|
Loading…
Reference in New Issue