Require PHP version >=8.0.2 #1284
-
After installing via composer sentry/SDK I see (https://prnt.sc/26k5hvm) this issue but in your documentation, I can see that you supporting PHP 7.4 too Can you help me? |
Beta Was this translation helpful? Give feedback.
Answered by
stayallive
Jan 27, 2022
Replies: 1 comment 1 reply
-
This is a composer error and has nothing to do with us or our SDK because we indeed support PHP 7.4. You have probably ran Make sure you run composer under the correct PHP version and the issue should be fixed. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stayallive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a composer error and has nothing to do with us or our SDK because we indeed support PHP 7.4.
You have probably ran
composer require sentry/sdk
on a machine that has PHP 8 installed and are running that site under PHP 7.4 triggering the error.Make sure you run composer under the correct PHP version and the issue should be fixed.