Cannot install via Composer #174
Unanswered
hondaman900
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to install Laravel-stripe-webhooks in a fresh localdev Laravel 8 app, and it keeps bombing out with the errors. My local dev runs on Laragon running Apache with PHP 8.1.10. However, checking PHP version in my CLI gives PHP 7.4.8 in response to PHP -v. The Laragon folks say that since Apache runs at 8.1.10 then what the CLI reports does not matter as Apache is running in 8.1.10.
Here's the error I get:
I tried updating PHP using Composer in my project's root directory, to no avail:
Any suggestions? I need to be able to install laravel-stripe-webhooks to be able to progress at all.
Beta Was this translation helpful? Give feedback.
All reactions