PHP 7.4 how to deal with dependency problem? #550
-
After the last update there is a problem with php 7.4 - downloading dependency spatie/image version 2.1.0 which does not support php 7.4. How to deal with it? Downgrading version of browsershot is not a solution. |
Beta Was this translation helpful? Give feedback.
Answered by
clementmas
Sep 20, 2021
Replies: 1 comment 1 reply
-
All the open-source packages Spatie are releasing are written using the latest PHP versions. So either you upgrade to PHP 8, downgrade your spatie package or use another one. Note: support for PHP 7.x will end soon: https://www.php.net/supported-versions.php |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mq-lukasz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the open-source packages Spatie are releasing are written using the latest PHP versions.
So either you upgrade to PHP 8, downgrade your spatie package or use another one.
Note: support for PHP 7.x will end soon: https://www.php.net/supported-versions.php