-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Install Pest on some shells #272
Labels
Comments
Can you test using the following: composer require --dev "pestphp/pest:^2.0" "pestphp/pest-plugin-laravel:^2.0" |
@crynobone That also does not work |
Since the other starter kit options do install pest correctly, I checked the breeze installer and they are using the |
We have a PR up so let's continue the discussion there. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installer Version
5.0.2
Description
When selecting no Starter Kit on the initial prompt, pest fails to installs on Windows Powershell.
Investigating this led me to the composer docs on the caret symbol where I discovered that it has to be escaped on Windows powershell.
https://getcomposer.org/doc/articles/versions.md#caret-version
Error:
Steps To Reproduce
Step 1: On
"Would you like to install a starter kit?"
Select none for No starter kit.Step 2: On
"Which testing framework do you prefer?"
Enter 1 for PESTThe text was updated successfully, but these errors were encountered: