powershell composer ^ vs ~

I don't know where to land this officially. This is a way to use the ^ within powershell (not my credits though)
Is that something we want to improve in the documentation?

composer require filament/filament:"^4.0" -W --no-update

run below command: (put single quotes around the double quotes)
composer require filament/filament:'"^4.0"' -W --no-update
Solution
It also affected the upgrade script, but the PR itself was for the docs.
Was this page helpful?