1
0
Fork 0

Add note about issue with caret operator in PowerShell (#11351)

Refers to #11288
pull/11358/head
Marc Würth 2023-02-27 13:34:21 +01:00 committed by GitHub
parent fe741e0ffe
commit 1f164244ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -194,6 +194,11 @@ library code.
Example: `^1.2.3` Example: `^1.2.3`
> **Note:** If you are using PowerShell on Windows, you have to escape
> carets when using them as argument on the CLI for example when using the
> `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 ## 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,