Anyway to install this package when composer.json is set to php:^7.3? #132
Unanswered
vincent-lu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You should try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm trying to install this package on my local dev environment (which is running php 7.4), but the composer.json for this project is php:^7.3 since the server environment hasn't yet updated to 7.4.
I tried to change the composer.json to php:^7.3|^7.4 and then
composer require spatie/ray
but I'm still blocked due to ray's php version requirement.Is there any way I can install this for this project?
Beta Was this translation helpful? Give feedback.
All reactions